Module datarush.library
Interface SeekableScalarValuedIterator
- All Superinterfaces:
ScalarTyped,ScalarValued,ScalarValuedIterator,SeekableTokenValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
public interface SeekableScalarValuedIterator
extends SeekableTokenValuedIterator, ScalarValuedIterator
A repositionable iterator over scalar values.
-
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZeroMethods inherited from interface com.pervasive.datarush.sequences.SeekableTokenValuedIterator
seekAbsoluteIndexMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNullMethods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
Method Details
-
getType
ScalarTokenType getType()Description copied from interface:TokenValuedGets the data type of the token. This type will dictate the valid values that can be contained.- Specified by:
getTypein interfaceScalarTyped- Specified by:
getTypein interfaceScalarValued- Specified by:
getTypein interfaceScalarValuedIterator- Specified by:
getTypein interfaceTokenTyped- Specified by:
getTypein interfaceTokenValued- Returns:
- the token type.
-