Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MutableRecordTokenSequence |
TokenSequences.recordList(RecordTokenType type,
int capacity,
DataRepresentation representation)
Creates a
MutableRecordTokenSequence with the specified capacity, optionally
optimized for sparse data. |
Modifier and Type | Class and Description |
---|---|
class |
RecordTokenList
Primary implementation of
MutableRecordTokenSequence . |
class |
SparseRecordTokenList
An implementation of
MutableRecordTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.