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.
|
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 |
---|---|
ElementComparator |
TokenSequence.getElementComparator(TokenOrder sortOrder)
Gets an
ElementComparator for this sequence using
the specified ordering. |
Modifier and Type | Method and Description |
---|---|
ElementComparator |
SparseRecordTokenList.getElementComparator(SortKey... sortKeys) |
ElementComparator |
RecordTokenSequence.getElementComparator(SortKey... sortKeys)
Gets an
ElementComparator for the token array for the
fields with the given names and the given token orders. |
ElementComparator |
SparseRecordTokenList.getElementComparator(TokenOrder... sortOrder) |
ElementComparator |
RecordTokenSequence.getElementComparator(TokenOrder... sortOrder)
Gets an ElementComparator for the token array and given ordering.
|
ElementComparator |
SparseRecordTokenList.getElementComparator(TokenOrder sortOrder) |
ElementComparator |
RecordTokenSequence.getElementComparator(TokenOrder sortOrder)
Gets an ElementComparator for the token array and given ordering.
|
Modifier and Type | Method and Description |
---|---|
ElementComparator |
AbstractScalarTokenSequence.getElementComparator(TokenOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
int[] |
TokenSorter.sort(int rowCount,
ElementComparator comparator)
Performs a sort based on an element comparator.
|
Copyright © 2020 Actian Corporation. All rights reserved.