Uses of Interface
com.pervasive.datarush.tokens.scalar.ScalarToken
-
Packages that use ScalarToken Package Description com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records.com.pervasive.datarush.operators.testutils com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of ScalarToken in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type ScalarToken Modifier and Type Method Description static ScalarValuedFunctionConstantReference. constant(ScalarToken value)Creates a function evaluating to the specified value. -
Uses of ScalarToken in com.pervasive.datarush.operators.testutils
Method parameters in com.pervasive.datarush.operators.testutils with type arguments of type ScalarToken Modifier and Type Method Description static RecordTokenListAvroTestUtils. constructData(List<? extends ScalarToken> values) -
Uses of ScalarToken in com.pervasive.datarush.ports.record
Constructor parameters in com.pervasive.datarush.ports.record with type arguments of type ScalarToken Constructor Description RangePartitioningFunction(String key, List<? extends ScalarToken> values)Range partitions based on a single key -
Uses of ScalarToken in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return ScalarToken Modifier and Type Method Description static ScalarTokenTokenUtils. parse(ScalarTokenType type, String value)Parses the given string as a value of the specified type. -
Uses of ScalarToken in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement ScalarToken Modifier and Type Class Description classBinaryTokenAn immutableBinaryValuedobject.classBooleanTokenAn immutableBooleanValuedobject.classCharTokenAn immutableCharValuedobject.classDateTokenAn immutableDateValuedobject.classDoubleTokenAn immutableDoubleValuedobject.classDurationTokenAn immutableDurationValuedobject.classFloatTokenAn immutableFloatValuedobject.classIntTokenAn immutableIntValuedobject.classIp4AddressTokenAn immutableIp4AddressValuedobject.classIp6AddressTokenAn immutableIp6AddressValuedobject.classLongTokenAn immutableLongValuedobject.classMoneyTokenAn immutableMoneyValuedobject.classNullTokenAn null token.classNumericTokenAn immutableNumericValuedobject.classObjectToken<O>An immutableObjectValuedobject.classPeriodTokenAn immutablePeriodValuedobject.classStringTokenAn immutableStringValuedobject.classTimestampTokenAn immutableTimestampValuedobject.classTimeTokenAn immutableTimeValuedobject.
-