Uses of Class
com.pervasive.datarush.tokens.record.FieldIteratorProperties
-
Packages that use FieldIteratorProperties Package Description com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens. -
-
Uses of FieldIteratorProperties in com.pervasive.datarush.operators.io.staging
Methods in com.pervasive.datarush.operators.io.staging with parameters of type FieldIteratorProperties Modifier and Type Method Description ScalarValuedIterator
DatasetIterator. newFieldIterator(FieldIteratorProperties properties)
-
Uses of FieldIteratorProperties in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record with parameters of type FieldIteratorProperties Modifier and Type Method Description ScalarValuedIterator
AbstractRecordValued. newFieldIterator(FieldIteratorProperties properties)
ScalarValuedIterator
RecordMap.RecordMapIterator. newFieldIterator(FieldIteratorProperties properties)
ScalarValuedIterator
RecordRegisterSupport. newFieldIterator(FieldIteratorProperties properties)
ScalarValuedIterator
RecordValued. newFieldIterator(FieldIteratorProperties properties)
Create a new iterator for visiting the fields in this RecordValued object.ScalarValuedIterator
RecordValuedFilter. newFieldIterator(FieldIteratorProperties properties)
ScalarValuedIterator
SparseRecordRegister. newFieldIterator(FieldIteratorProperties properties)
ScalarValuedIterator
FieldIteratorManager. newIterator(FieldIteratorProperties properties)
Creates an iterator on the managed record.Constructors in com.pervasive.datarush.tokens.record with parameters of type FieldIteratorProperties Constructor Description FieldIteratorHelper(RecordTokenType recordType, FieldIteratorProperties properties)
Create a new FieldIteratorHelper.
-