Module datarush.library
Interface DateValuedIterator
-
- All Superinterfaces:
DateValued
,ScalarTyped
,ScalarValued
,ScalarValuedIterator
,TokenTyped
,TokenValued
,TokenValuedIterator
public interface DateValuedIterator extends DateValued, ScalarValuedIterator
AScalarValuedIterator
over date values.
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.DateValued
asCalendarDate, asDate, asDate, asEpochDays
-
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.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-