public interface TokenValuedIterator extends TokenValued
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteIndex()
Returns the dense value index for the current value.
|
void |
resetIteration()
Resets the iteration to the beginning.
|
boolean |
stepNext()
Advances to the next value not equal to "zero".
|
getType, isNull
boolean stepNext()
IteratorEndOfDataException
- If an attempt is made to call after it has already returned falseint getAbsoluteIndex()
RecordTokenType.get(denseIndex)
will
return the associated field.
NOTE: Iteration order is unspecified on this interface. Some implementations guarantee sort order whereas others do not. Please refer to the documentation on the factory method from which this iterator was constructed for ordering information.
void resetIteration()
Copyright © 2020 Actian Corporation. All rights reserved.