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 ScalarValuedIteratorDatasetIterator. 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 ScalarValuedIteratorAbstractRecordValued. newFieldIterator(FieldIteratorProperties properties)ScalarValuedIteratorRecordMap.RecordMapIterator. newFieldIterator(FieldIteratorProperties properties)ScalarValuedIteratorRecordRegisterSupport. newFieldIterator(FieldIteratorProperties properties)ScalarValuedIteratorRecordValued. newFieldIterator(FieldIteratorProperties properties)Create a new iterator for visiting the fields in this RecordValued object.ScalarValuedIteratorRecordValuedFilter. newFieldIterator(FieldIteratorProperties properties)ScalarValuedIteratorSparseRecordRegister. newFieldIterator(FieldIteratorProperties properties)ScalarValuedIteratorFieldIteratorManager. 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.
-