Module datarush.library
Interface RecordValuedIterator
-
- All Superinterfaces:
RecordTyped
,RecordValued
,TokenTyped
,TokenValued
,TokenValuedIterator
- All Known Subinterfaces:
CloseableRecordValuedIterator
,SeekableRecordValuedIterator
- All Known Implementing Classes:
DatasetIterator
,RecordMap.RecordMapIterator
public interface RecordValuedIterator extends TokenValuedIterator, RecordValued
Iterator over record values. Note that this iterator does return those records that are all null.
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.record.RecordValued
containsNull, getField, getField, getFields, getType, newFieldIterator, newFieldIterator, newFieldIterator, size
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-