Module datarush.library
Interface TimestampValuedIterator
-
- All Superinterfaces:
ScalarTyped
,ScalarValued
,ScalarValuedIterator
,TimestampValued
,TokenTyped
,TokenValued
,TokenValuedIterator
public interface TimestampValuedIterator extends TimestampValued, ScalarValuedIterator
AScalarValuedIterator
over timestamp values.
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZero
-
Methods inherited from interface com.pervasive.datarush.sequences.scalar.ScalarValuedIterator
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.TimestampValued
asEpochSecs, asTimestamp, offsetSecs, subsecNanos
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-