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.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleOutputField
A double valued field of a record output port.
|
interface |
FloatOutputField
A float valued field of a record output port.
|
interface |
IntOutputField
An integer valued field of a record output port.
|
interface |
LongOutputField
A long valued field of a record output port.
|
interface |
MoneyOutputField
A money valued field of a record output port.
|
Modifier and Type | Method and Description |
---|---|
IntSettable |
SparseIntTokenList.getTokenSetter(int index) |
IntSettable |
MutableIntTokenSequence.getTokenSetter(int index) |
IntSettable |
IntTokenList.getTokenSetter(int index) |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleSettable
A
TokenSettable object containing a double value. |
interface |
FloatSettable
A
TokenSettable object containing a float value. |
interface |
LongSettable
A
TokenSettable object containing a long value. |
interface |
MoneySettable
A
TokenSettable object containing a money value. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleRegister
A mutable
DoubleValued object. |
class |
FloatRegister
A mutable
BinaryValued object. |
class |
IntRegister
A mutable
IntValued object. |
class |
LongRegister
A mutable
IntValued object. |
class |
MoneyRegister
A mutable
MoneyValued object. |
Copyright © 2020 Actian Corporation. All rights reserved.