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