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 |
BooleanInputField
A boolean valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanValuedIterator
A
ScalarValuedIterator over boolean values. |
Modifier and Type | Method and Description |
---|---|
BooleanValued |
SparseBooleanTokenList.getToken(int index) |
BooleanValued |
BooleanTokenSequence.getToken(int index) |
BooleanValued |
BooleanTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(BooleanValued value)
Formats a boolean value as a string suitable for output.
|
static int |
TokenUtils.compare(BooleanValued value1,
BooleanValued value2)
Indicates the relative ordering of two boolean values
in ascending order.
|
static boolean |
TokenUtils.equal(BooleanValued value1,
BooleanValued value2)
Indicates whether two boolean values are equal.
|
static int |
TokenUtils.hashCode(BooleanValued value)
Computes a hash code for a boolean value.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanRegister
A mutable
BooleanValued object. |
class |
BooleanToken
An immutable
BooleanValued object. |
class |
NullToken
An null token.
|
Modifier and Type | Method and Description |
---|---|
static BooleanToken |
BooleanToken.getToken(BooleanValued value)
Returns a token with the boolean value in the given container.
|
Constructor and Description |
---|
BooleanToken(BooleanValued value)
Constructs a new token with the boolean
value in the given container.
|
Copyright © 2019 Actian Corporation. All rights reserved.