Package | Description |
---|---|
com.pervasive.datarush.tokens |
Provides classes and utilities for working with data tokens.
|
com.pervasive.datarush.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
static ScalarRegister[] |
TokenRegisters.getRegisters(ScalarTokenType[] types)
Creates an array of
ScalarRegister 's for the given types. |
Modifier and Type | Method and Description |
---|---|
ScalarRegister |
SparseRecordRegister.getField(int index) |
ScalarRegister |
SparseRecordRegister.getField(String fieldName) |
ScalarRegister[] |
SparseRecordRegister.getFields() |
ScalarRegister |
RecordRegisterSupport.newScalarRegister(int absoluteIndex) |
ScalarRegister |
RecordRegisterSupport.newScalarRegister(String name) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRegister
A mutable
BinaryValued object. |
class |
BooleanRegister
A mutable
BooleanValued object. |
class |
CharRegister
A mutable
CharValued object. |
class |
DateRegister
A mutable
DateValued object. |
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 |
NumericRegister
A mutable
NumericValued object. |
class |
ObjectRegister<O>
A mutable
ObjectValued object. |
class |
StringRegister
A mutable
StringValued object. |
class |
TimeRegister
A mutable
TimeValued object. |
class |
TimestampRegister
A mutable
TimestampValued object. |
Copyright © 2016 Actian Corporation. All rights reserved.