Uses of Class
com.pervasive.datarush.tokens.record.RecordToken
-
Packages that use RecordToken Package Description com.pervasive.datarush.operators.source Provides operators for generating data tokens in various ways.com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.tokens.record 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 RecordToken Modifier and Type Method Description RecordToken
GenerateConstant. getConstant()
Returns the value to generateMethods in com.pervasive.datarush.operators.source with parameters of type RecordToken Modifier and Type Method Description void
GenerateConstant. setConstant(RecordToken constant)
Sets the value to generateConstructors in com.pervasive.datarush.operators.source with parameters of type RecordToken Constructor Description GenerateConstant(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 RecordToken Modifier and Type Method Description List<RecordToken>
RangePartitioningFunction. getBoundaries()
Returns the boundaries to partition onMethod parameters in com.pervasive.datarush.ports.record with type arguments of type RecordToken Modifier and Type Method Description static KeyDrivenDataDistribution
KeyDrivenDataDistribution. ranges(List<RecordToken> boundaries)
Returns a distribution that distributes based on specified range boundariesRecordMetadataTest.Expectation
RecordMetadataTest.Expectation. ranges(List<RecordToken> boundaries)
RecordMetadataTest.RecordInputDefinition
RecordMetadataTest.RecordInputDefinition. ranges(List<RecordToken> boundaries)
Constructor parameters in com.pervasive.datarush.ports.record with type arguments of type RecordToken Constructor Description RangePartitioningFunction(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 RecordToken Modifier and Type Method Description static RecordToken
RecordToken. NULL(RecordTokenType recordType)
Create a new null valued record token of the specified type.static RecordToken
RecordToken. wrap(String name, ScalarValued value)
Create a new record token with a single field with the specified name and value.static RecordToken
RecordToken. 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 Modifier and Type Method Description int
RecordToken. compareTo(RecordToken that)
-