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 |
IntInputField
An integer valued field of a record input port.
|
interface |
LongInputField
A long valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntValuedIterator
A
ScalarValuedIterator over a integer fields. |
interface |
LongValuedIterator
A
ScalarValuedIterator over long values. |
Modifier and Type | Method and Description |
---|---|
LongValued |
SparseLongTokenList.getToken(int index) |
LongValued |
LongTokenSequence.getToken(int index) |
LongValued |
LongTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(LongValued value)
Formats a long value as a string suitable for output.
|
static int |
TokenUtils.compare(LongValued value1,
LongValued value2)
Indicates the relative ordering of two long values
in ascending order.
|
static boolean |
TokenUtils.equal(LongValued value1,
LongValued value2)
Indicates whether two long values are equal.
|
static int |
TokenUtils.hashCode(LongValued value)
Computes a hash code for a long value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntValued
A
TokenValued object containing an integer value. |
Modifier and Type | Class and Description |
---|---|
class |
IntRegister
A mutable
IntValued object. |
class |
IntToken
An immutable
IntValued object. |
class |
LongRegister
A mutable
IntValued object. |
class |
LongToken
An immutable
LongValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
LongToken(LongValued value)
Constructs a new token with the long
value in the given container.
|
Copyright © 2020 Actian Corporation. All rights reserved.