Package | Description |
---|---|
com.pervasive.datarush.operators.io |
Provides base file I/O components including encoders and decoders.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitParsingContext.bulkPublish(RecordTokenSequence records)
Provides a set of records to publish.
|
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 | Interface and Description |
---|---|
interface |
MutableRecordTokenSequence
A
MutableTokenSequence of composite tokens, representing record
data. |
Modifier and Type | Method and Description |
---|---|
int[] |
TokenSorter.sort(RecordTokenSequence data,
SortKey... sortKeys)
Builds a sort order permutation for the specified composite
sequence using the given sort keys.
|
int[] |
TokenSorter.sort(RecordTokenSequence data,
TokenOrder[] sortOrder)
Builds a sort order permutation for the specified composite
sequence using the specified order for each column.
|
Copyright © 2019 Actian Corporation. All rights reserved.