Package | Description |
---|---|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ScalarValuedFunction |
ConstantReference.constant(ScalarToken value)
Creates a function evaluating to the specified value.
|
Constructor and Description |
---|
RangePartitioningFunction(String key,
List<? extends ScalarToken> values)
Range partitions based on a single key
|
Modifier and Type | Method and Description |
---|---|
static ScalarToken |
TokenUtils.parse(ScalarTokenType type,
String value)
Parses the given string as a value of the specified type.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryToken
An immutable
BinaryValued object. |
class |
BooleanToken
An immutable
BooleanValued object. |
class |
CharToken
An immutable
CharValued object. |
class |
DateToken
An immutable
DateValued object. |
class |
DoubleToken
An immutable
DoubleValued object. |
class |
DurationToken
An immutable
DurationValued object. |
class |
FloatToken
An immutable
FloatValued object. |
class |
IntToken
An immutable
IntValued object. |
class |
Ip4AddressToken
An immutable
Ip4AddressValued object. |
class |
Ip6AddressToken
An immutable
Ip6AddressValued object. |
class |
LongToken
An immutable
LongValued object. |
class |
MoneyToken
An immutable
MoneyValued object. |
class |
NullToken
An null token.
|
class |
NumericToken
An immutable
NumericValued object. |
class |
ObjectToken<O>
An immutable
ObjectValued object. |
class |
PeriodToken
An immutable
PeriodValued object. |
class |
StringToken
An immutable
StringValued object. |
class |
TimestampToken
An immutable
TimestampValued object. |
class |
TimeToken
An immutable
TimeValued object. |
Copyright © 2019 Actian Corporation. All rights reserved.