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 |
BinaryInputField
A binary valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryValuedIterator
A
ScalarValuedIterator over binary values. |
Modifier and Type | Method and Description |
---|---|
BinaryValued |
SparseBinaryTokenList.getToken(int index) |
BinaryValued |
BinaryTokenSequence.getToken(int index) |
BinaryValued |
BinaryTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(BinaryValued value)
Formats a binary value as a string suitable for output.
|
static int |
TokenUtils.compare(BinaryValued value1,
BinaryValued value2)
Indicates the relative ordering of two binary values
in ascending order.
|
static int |
TokenUtils.compare(BinaryValued value1,
byte[] value2)
Indicates the relative ordering of a binary value and a non-null
binary data array in ascending order.
|
static boolean |
TokenUtils.equal(BinaryValued value1,
BinaryValued value2)
Indicates whether two binary values are equal.
|
static int |
TokenUtils.hashCode(BinaryValued value)
Computes a hash code for a binary value.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRegister
A mutable
BinaryValued object. |
class |
BinaryToken
An immutable
BinaryValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
BinaryToken(BinaryValued value)
Constructs a new token with the binary
value in the given container.
|
Copyright © 2019 Actian Corporation. All rights reserved.