Package | Description |
---|---|
com.pervasive.datarush.ports.physical |
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
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 | Interface and Description |
---|---|
interface |
PeriodInputField
A period valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PeriodValuedIterator
A
ScalarValuedIterator over period values. |
Modifier and Type | Method and Description |
---|---|
PeriodValued |
SparsePeriodTokenList.getToken(int index) |
PeriodValued |
PeriodTokenSequence.getToken(int index) |
PeriodValued |
PeriodTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(PeriodValued value)
Formats a period value as a string suitable for output.
|
static int |
TokenUtils.compare(PeriodValued value1,
PeriodValued value2)
Indicates the relative ordering of two period values
in ascending order.
|
static boolean |
TokenUtils.equal(PeriodValued value1,
PeriodValued value2)
Indicates whether two period values are equal.
|
static int |
TokenUtils.hashCode(PeriodValued value)
Computes a hash code for a period value.
|
Modifier and Type | Class and Description |
---|---|
class |
NullToken
An null token.
|
class |
PeriodRegister
A mutable
PeriodValued object. |
class |
PeriodToken
An immutable
PeriodValued object. |
Constructor and Description |
---|
PeriodToken(PeriodValued value)
Constructs a new token with the period
value in the given container.
|
Copyright © 2019 Actian Corporation. All rights reserved.