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