Uses of Class
com.pervasive.datarush.tokens.record.FieldIteratorProperties
Packages that use FieldIteratorProperties
Package
Description
Provides operators for reading and writing DataRush staging datasets.
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 FieldIteratorPropertiesModifier and TypeMethodDescriptionDatasetIterator.newFieldIterator(FieldIteratorProperties properties) -
Uses of FieldIteratorProperties in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record with parameters of type FieldIteratorPropertiesModifier and TypeMethodDescriptionfinal ScalarValuedIteratorAbstractRecordValued.newFieldIterator(FieldIteratorProperties properties) RecordMap.RecordMapIterator.newFieldIterator(FieldIteratorProperties properties) RecordRegisterSupport.newFieldIterator(FieldIteratorProperties properties) RecordValued.newFieldIterator(FieldIteratorProperties properties) Create a new iterator for visiting the fields in this RecordValued object.RecordValuedFilter.newFieldIterator(FieldIteratorProperties properties) SparseRecordRegister.newFieldIterator(FieldIteratorProperties properties) FieldIteratorManager.newIterator(FieldIteratorProperties properties) Creates an iterator on the managed record.Constructors in com.pervasive.datarush.tokens.record with parameters of type FieldIteratorPropertiesModifierConstructorDescriptionFieldIteratorHelper(RecordTokenType recordType, FieldIteratorProperties properties) Create a new FieldIteratorHelper.