Package | Description |
---|---|
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.sequences |
Provides classes and interfaces related to sequences of tokens.
|
com.pervasive.datarush.sequences.record |
Provides implementations of sequences of record valued tokens.
|
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.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetBuilder.append(TokenSequence data) |
void |
DatasetBuilder.append(TokenSequence data,
int start,
int length) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTokenSequence
A mutable
TokenSequence . |
Modifier and Type | Method and Description |
---|---|
void |
TokenAppendable.append(TokenSequence data)
Appends all tokens in the specified sequence to this
sequence.
|
void |
TokenAppendable.append(TokenSequence data,
int start,
int length)
Appends a subsequence of tokens in the specified sequence
to this sequence.
|
void |
MutableTokenSequence.setValues(int start,
TokenSequence values,
int offset,
int length)
Sets the tokens in the specified subsequence of the array
to the corresponding values from a subsequence of the given source
sequence.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordTokenSequence
A
TokenSequence of composite tokens, representing record
data. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeTokenSequence
A record sequence comprised of scalar sequences for fields.
|
class |
RecordTokenList
Primary implementation of
MutableRecordTokenSequence . |
class |
SparseRecordTokenList
An implementation of
MutableRecordTokenSequence which stores
data sparsely. |
Modifier and Type | Method and Description |
---|---|
void |
SparseRecordTokenList.append(TokenSequence data) |
void |
RecordTokenList.append(TokenSequence data)
Appends all tokens in the specified sequence to this
sequence.
|
void |
SparseRecordTokenList.append(TokenSequence data,
int start,
int length) |
void |
RecordTokenList.append(TokenSequence data,
int start,
int length)
Appends a subsequence of tokens in the specified sequence
to this sequence.
|
void |
SparseRecordTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
RecordTokenList.setValues(int index,
TokenSequence values,
int offset,
int length) |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryTokenSequence
A
TokenSequence containing binary valued data. |
interface |
BooleanTokenSequence
A
TokenSequence containing boolean valued data. |
interface |
CharTokenSequence
A
TokenSequence containing character valued data. |
interface |
DateTokenSequence
A
TokenSequence containing date valued data. |
interface |
DoubleTokenSequence
A
TokenSequence containing double valued data. |
interface |
DurationTokenSequence
A
TokenSequence containing duration valued data. |
interface |
FloatTokenSequence
A
TokenSequence containing float valued data. |
interface |
IntTokenSequence
A
TokenSequence containing integer valued data. |
interface |
Ip4AddressTokenSequence
A
TokenSequence containing ip4address valued data. |
interface |
Ip6AddressTokenSequence
A
TokenSequence containing ip6address valued data. |
interface |
LongTokenSequence
A
TokenSequence containing long valued data. |
interface |
MoneyTokenSequence
A
TokenSequence containing money valued data. |
interface |
MutableBinaryTokenSequence
A
MutableTokenSequence containing binary valued data. |
interface |
MutableBooleanTokenSequence
A
MutableTokenSequence containing boolean valued data. |
interface |
MutableCharTokenSequence
A
MutableTokenSequence containing character valued data. |
interface |
MutableDateTokenSequence
A
MutableTokenSequence containing date valued data. |
interface |
MutableDoubleTokenSequence
A
MutableTokenSequence containing double valued data. |
interface |
MutableDurationTokenSequence
A
MutableTokenSequence containing duration valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableIp4AddressTokenSequence
A
MutableTokenSequence containing ip4address valued data. |
interface |
MutableIp6AddressTokenSequence
A
MutableTokenSequence containing ip6address valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableMoneyTokenSequence
A
MutableTokenSequence containing money valued data. |
interface |
MutableNumericTokenSequence
A
MutableTokenSequence containing numeric valued data. |
interface |
MutableObjectTokenSequence<O>
A
MutableTokenSequence containing object valued data. |
interface |
MutablePeriodTokenSequence
A
MutableTokenSequence containing period valued data. |
interface |
MutableRecordTokenSequence
A
MutableTokenSequence of composite tokens, representing record
data. |
interface |
MutableScalarTokenSequence
A
MutableTokenSequence containing scalar typed tokens. |
interface |
MutableStringTokenSequence
A
MutableTokenSequence containing string valued data. |
interface |
MutableTimestampTokenSequence
A
MutableTokenSequence containing timestamp valued data. |
interface |
MutableTimeTokenSequence
A
MutableTokenSequence containing time valued data. |
interface |
NumericTokenSequence
A
TokenSequence containing numeric valued data. |
interface |
ObjectTokenSequence<O>
A
TokenSequence containing object valued data. |
interface |
PeriodTokenSequence
A
TokenSequence containing period valued data. |
interface |
ScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
interface |
StringTokenSequence
A
TokenSequence containing string valued data. |
interface |
TimestampTokenSequence
A
TokenSequence containing timestamp valued data. |
interface |
TimeTokenSequence
A
TokenSequence containing time valued data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
class |
BinaryTokenList
Primary implementation of
MutableBinaryTokenSequence . |
class |
BooleanTokenList
Primary implementation of
MutableBooleanTokenSequence . |
class |
CharTokenList
Primary implementation of
MutableCharTokenSequence . |
class |
DateTokenList
Primary implementation of
MutableDateTokenSequence . |
class |
DoubleTokenList
Primary implementation of
MutableDoubleTokenSequence . |
class |
DurationTokenList
Primary implementation of
MutableDurationTokenSequence . |
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
Ip4AddressTokenList
Primary implementation of
MutableIp4AddressTokenSequence . |
class |
Ip6AddressTokenList
Primary implementation of
MutableIp6AddressTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
MoneyTokenList
Primary implementation of
MutableMoneyTokenSequence . |
class |
NumericTokenList
Primary implementation of
MutableNumericTokenSequence . |
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
PeriodTokenList
Primary implementation of
MutablePeriodTokenSequence . |
class |
SparseBinaryTokenList
An implementation of
MutableBinaryTokenSequence which stores
data sparsely. |
class |
SparseBooleanTokenList
An implementation of
MutableBooleanTokenSequence which stores
data sparsely. |
class |
SparseCharTokenList
An implementation of
MutableCharTokenSequence which stores
data sparsely. |
class |
SparseDateTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
SparseDoubleTokenList
An implementation of
MutableDoubleTokenSequence which stores
data sparsely. |
class |
SparseDurationTokenList
An implementation of
MutableDurationTokenSequence which stores
data sparsely. |
class |
SparseFloatTokenList
An implementation of
MutableFloatTokenSequence which stores
data sparsely. |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseIp4AddressTokenList
An implementation of
MutableIp4AddressTokenSequence which stores
data sparsely. |
class |
SparseIp6AddressTokenList
An implementation of
MutableIp6AddressTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseMoneyTokenList
An implementation of
MutableMoneyTokenSequence which stores
data sparsely. |
class |
SparseNumericTokenList
An implementation of
MutableNumericTokenSequence which stores
data sparsely. |
class |
SparseObjectTokenList<T>
An implementation of
MutableObjectTokenSequence which stores
data sparsely. |
class |
SparsePeriodTokenList
An implementation of
MutablePeriodTokenSequence which stores
data sparsely. |
class |
SparseStringTokenList
An implementation of
MutableStringTokenSequence which stores
data sparsely. |
class |
SparseTimestampTokenList
An implementation of
MutableTimestampTokenSequence which stores
data sparsely. |
class |
SparseTimeTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
StringTokenList
Primary implementation of
MutableStringTokenSequence . |
class |
TimestampTokenList
Primary implementation of
MutableTimestampTokenSequence . |
class |
TimeTokenList
Primary implementation of
MutableTimeTokenSequence . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScalarTokenSequence.append(TokenSequence data) |
void |
AbstractScalarTokenSequence.append(TokenSequence data,
int start,
int length) |
void |
TimestampTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
TimeTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
StringTokenList.setValues(int startIndex,
TokenSequence values,
int offset,
int length) |
void |
PeriodTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
ObjectTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
NumericTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
MoneyTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
LongTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
Ip6AddressTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
Ip4AddressTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
IntTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
FloatTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
DurationTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
DoubleTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
DateTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
CharTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
BooleanTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
void |
BinaryTokenList.setValues(int start,
TokenSequence values,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
int[] |
TokenSorter.sort(TokenSequence data)
Builds a sort order permutation for the specified sequence,
assuming a default of ascending order.
|
int[] |
TokenSorter.sort(TokenSequence data,
TokenOrder sortOrder)
Builds a sort order permutation for the specified sequence in
the specified order.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordMap.Builder.append(TokenSequence data) |
void |
RecordMap.Builder.append(TokenSequence data,
int start,
int length) |
Copyright © 2019 Actian Corporation. All rights reserved.