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 |
DoubleInputField
A double valued field of a record input port.
|
interface |
FloatInputField
A float valued field of a record input port.
|
interface |
IntInputField
An integer valued field of a record input port.
|
interface |
LongInputField
A long valued field of a record input port.
|
interface |
MoneyInputField
A money valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleValuedIterator
A
ScalarValuedIterator over double values. |
interface |
FloatValuedIterator
A
ScalarValuedIterator over float values. |
interface |
IntValuedIterator
A
ScalarValuedIterator over a integer fields. |
interface |
LongValuedIterator
A
ScalarValuedIterator over long values. |
interface |
MoneyValuedIterator
A
ScalarValuedIterator over money values. |
Modifier and Type | Method and Description |
---|---|
DoubleValued |
SparseDoubleTokenList.getToken(int index) |
DoubleValued |
DoubleTokenSequence.getToken(int index) |
DoubleValued |
DoubleTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(DoubleValued value)
Formats a double value as a string suitable for output.
|
static int |
TokenUtils.compare(DoubleValued value1,
DoubleValued value2)
Indicates the relative ordering of two double values
in ascending order.
|
static boolean |
TokenUtils.equal(DoubleValued value1,
DoubleValued value2)
Indicates whether two double values are equal.
|
static int |
TokenUtils.hashCode(DoubleValued value)
Computes a hash code for a double value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FloatValued
A
TokenValued object containing a float value. |
interface |
IntValued
A
TokenValued object containing an integer value. |
interface |
LongValued
A
TokenValued object containing a long value. |
interface |
MoneyValued
A
TokenValued object containing a money value. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleRegister
A mutable
DoubleValued object. |
class |
DoubleToken
An immutable
DoubleValued object. |
class |
FloatRegister
A mutable
BinaryValued object. |
class |
FloatToken
An immutable
FloatValued object. |
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 |
MoneyRegister
A mutable
MoneyValued object. |
class |
MoneyToken
An immutable
MoneyValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
DoubleToken(DoubleValued value)
Constructs a new token with the double
value in the given container.
|
Copyright © 2020 Actian Corporation. All rights reserved.