Module datarush.library
Interface SteppableRecordValued
- All Superinterfaces:
RecordTyped,RecordValued,TokenTyped,TokenValued
- All Known Subinterfaces:
RecordInput
-
Method Summary
Modifier and TypeMethodDescriptiongetField(int index) Get the field at the given index within the list of fields.longbooleanstepNext()booleantransfer(TokenAppendable out, long n, boolean startWithNextToken) Methods inherited from interface com.pervasive.datarush.tokens.record.RecordValued
containsNull, getField, getFields, getType, newFieldIterator, newFieldIterator, newFieldIterator, sizeMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Method Details
-
stepNext
boolean stepNext() -
getField
Description copied from interface:RecordValuedGet the field at the given index within the list of fields.- Specified by:
getFieldin interfaceRecordValued- Parameters:
index- zero-based index into the field list- Returns:
- the field's value
-
getPosition
long getPosition() -
transfer
-