Uses of Class
com.pervasive.datarush.tokens.record.RecordToken
Packages that use RecordToken
Package
Description
Provides operators for generating data tokens in various ways.
Provides implementations of port objects related to the flow of record sets
between operators.
Provides implementations of and utilities for record valued
tokens.
-
Uses of RecordToken in com.pervasive.datarush.operators.source
Methods in com.pervasive.datarush.operators.source that return RecordTokenMethods in com.pervasive.datarush.operators.source with parameters of type RecordTokenModifier and TypeMethodDescriptionvoidGenerateConstant.setConstant(RecordToken constant) Sets the value to generateConstructors in com.pervasive.datarush.operators.source with parameters of type RecordTokenModifierConstructorDescriptionGenerateConstant(RecordToken constant, long rowCount) Creates a new instance ofGenerateConstant, specifying the minimal set of required parameters. -
Uses of RecordToken in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return types with arguments of type RecordTokenModifier and TypeMethodDescriptionRangePartitioningFunction.getBoundaries()Returns the boundaries to partition onMethod parameters in com.pervasive.datarush.ports.record with type arguments of type RecordTokenModifier and TypeMethodDescriptionstatic KeyDrivenDataDistributionKeyDrivenDataDistribution.ranges(List<RecordToken> boundaries) Returns a distribution that distributes based on specified range boundariesRecordMetadataTest.Expectation.ranges(List<RecordToken> boundaries) RecordMetadataTest.RecordInputDefinition.ranges(List<RecordToken> boundaries) Constructor parameters in com.pervasive.datarush.ports.record with type arguments of type RecordTokenModifierConstructorDescriptionRangePartitioningFunction(List<RecordToken> values) Range partitions based on multiple keys. -
Uses of RecordToken in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return RecordTokenModifier and TypeMethodDescriptionstatic RecordTokenRecordToken.NULL(RecordTokenType recordType) Create a new null valued record token of the specified type.static RecordTokenRecordToken.wrap(String name, ScalarValued value) Create a new record token with a single field with the specified name and value.static RecordTokenRecordToken.ZERO(RecordTokenType recordType) Create a new zero valued record token of the specified type.Methods in com.pervasive.datarush.tokens.record with parameters of type RecordToken