Uses of Interface
com.pervasive.datarush.sequences.TokenSequence
-
Packages that use TokenSequence 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. -
-
Uses of TokenSequence in com.pervasive.datarush.operators.io.staging
Methods in com.pervasive.datarush.operators.io.staging with parameters of type TokenSequence Modifier and Type Method Description void
DatasetBuilder. append(TokenSequence data)
void
DatasetBuilder. append(TokenSequence data, int start, int length)
-
Uses of TokenSequence in com.pervasive.datarush.sequences
Subinterfaces of TokenSequence in com.pervasive.datarush.sequences Modifier and Type Interface Description interface
MutableTokenSequence
A mutableTokenSequence
.Methods in com.pervasive.datarush.sequences with parameters of type TokenSequence Modifier and Type Method 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. -
Uses of TokenSequence in com.pervasive.datarush.sequences.record
Subinterfaces of TokenSequence in com.pervasive.datarush.sequences.record Modifier and Type Interface Description interface
RecordTokenSequence
ATokenSequence
of composite tokens, representing record data.Classes in com.pervasive.datarush.sequences.record that implement TokenSequence Modifier and Type Class Description class
CompositeTokenSequence
A record sequence comprised of scalar sequences for fields.class
RecordTokenList
Primary implementation ofMutableRecordTokenSequence
.class
SparseRecordTokenList
An implementation ofMutableRecordTokenSequence
which stores data sparsely.Methods in com.pervasive.datarush.sequences.record with parameters of type TokenSequence Modifier and Type Method Description void
RecordTokenList. append(TokenSequence data)
Appends all tokens in the specified sequence to this sequence.void
RecordTokenList. append(TokenSequence data, int start, int length)
Appends a subsequence of tokens in the specified sequence to this sequence.void
SparseRecordTokenList. append(TokenSequence data)
void
SparseRecordTokenList. append(TokenSequence data, int start, int length)
void
RecordTokenList. setValues(int index, TokenSequence values, int offset, int length)
void
SparseRecordTokenList. setValues(int start, TokenSequence values, int offset, int length)
-
Uses of TokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of TokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
BinaryTokenSequence
ATokenSequence
containing binary valued data.interface
BooleanTokenSequence
ATokenSequence
containing boolean valued data.interface
CharTokenSequence
ATokenSequence
containing character valued data.interface
DateTokenSequence
ATokenSequence
containing date valued data.interface
DoubleTokenSequence
ATokenSequence
containing double valued data.interface
DurationTokenSequence
ATokenSequence
containing duration valued data.interface
FloatTokenSequence
ATokenSequence
containing float valued data.interface
IntTokenSequence
ATokenSequence
containing integer valued data.interface
Ip4AddressTokenSequence
ATokenSequence
containing ip4address valued data.interface
Ip6AddressTokenSequence
ATokenSequence
containing ip6address valued data.interface
LongTokenSequence
ATokenSequence
containing long valued data.interface
MoneyTokenSequence
ATokenSequence
containing money valued data.interface
MutableBinaryTokenSequence
AMutableTokenSequence
containing binary valued data.interface
MutableBooleanTokenSequence
AMutableTokenSequence
containing boolean valued data.interface
MutableCharTokenSequence
AMutableTokenSequence
containing character valued data.interface
MutableDateTokenSequence
AMutableTokenSequence
containing date valued data.interface
MutableDoubleTokenSequence
AMutableTokenSequence
containing double valued data.interface
MutableDurationTokenSequence
AMutableTokenSequence
containing duration valued data.interface
MutableFloatTokenSequence
AMutableTokenSequence
containing float valued data.interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.interface
MutableIp4AddressTokenSequence
AMutableTokenSequence
containing ip4address valued data.interface
MutableIp6AddressTokenSequence
AMutableTokenSequence
containing ip6address valued data.interface
MutableLongTokenSequence
AMutableTokenSequence
containing long valued data.interface
MutableMoneyTokenSequence
AMutableTokenSequence
containing money valued data.interface
MutableNumericTokenSequence
AMutableTokenSequence
containing numeric valued data.interface
MutableObjectTokenSequence<O>
AMutableTokenSequence
containing object valued data.interface
MutablePeriodTokenSequence
AMutableTokenSequence
containing period valued data.interface
MutableRecordTokenSequence
AMutableTokenSequence
of composite tokens, representing record data.interface
MutableScalarTokenSequence
AMutableTokenSequence
containing scalar typed tokens.interface
MutableStringTokenSequence
AMutableTokenSequence
containing string valued data.interface
MutableTimestampTokenSequence
AMutableTokenSequence
containing timestamp valued data.interface
MutableTimeTokenSequence
AMutableTokenSequence
containing time valued data.interface
NumericTokenSequence
ATokenSequence
containing numeric valued data.interface
ObjectTokenSequence<O>
ATokenSequence
containing object valued data.interface
PeriodTokenSequence
ATokenSequence
containing period valued data.interface
ScalarTokenSequence
ATokenSequence
containing scalar typed tokens.interface
StringTokenSequence
ATokenSequence
containing string valued data.interface
TimestampTokenSequence
ATokenSequence
containing timestamp valued data.interface
TimeTokenSequence
ATokenSequence
containing time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement TokenSequence Modifier and Type Class Description class
AbstractScalarTokenSequence
ATokenSequence
containing scalar typed tokens.class
BinaryTokenList
Primary implementation ofMutableBinaryTokenSequence
.class
BooleanTokenList
Primary implementation ofMutableBooleanTokenSequence
.class
CharTokenList
Primary implementation ofMutableCharTokenSequence
.class
DateTokenList
Primary implementation ofMutableDateTokenSequence
.class
DoubleTokenList
Primary implementation ofMutableDoubleTokenSequence
.class
DurationTokenList
Primary implementation ofMutableDurationTokenSequence
.class
FloatTokenList
Primary implementation ofMutableFloatTokenSequence
.class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
Ip4AddressTokenList
Primary implementation ofMutableIp4AddressTokenSequence
.class
Ip6AddressTokenList
Primary implementation ofMutableIp6AddressTokenSequence
.class
LongTokenList
Primary implementation ofMutableLongTokenSequence
.class
MoneyTokenList
Primary implementation ofMutableMoneyTokenSequence
.class
NumericTokenList
Primary implementation ofMutableNumericTokenSequence
.class
ObjectTokenList<O>
Primary implementation ofMutableObjectTokenSequence
.class
PeriodTokenList
Primary implementation ofMutablePeriodTokenSequence
.class
SparseBinaryTokenList
An implementation ofMutableBinaryTokenSequence
which stores data sparsely.class
SparseBooleanTokenList
An implementation ofMutableBooleanTokenSequence
which stores data sparsely.class
SparseCharTokenList
An implementation ofMutableCharTokenSequence
which stores data sparsely.class
SparseDateTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
SparseDoubleTokenList
An implementation ofMutableDoubleTokenSequence
which stores data sparsely.class
SparseDurationTokenList
An implementation ofMutableDurationTokenSequence
which stores data sparsely.class
SparseFloatTokenList
An implementation ofMutableFloatTokenSequence
which stores data sparsely.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.class
SparseIp4AddressTokenList
An implementation ofMutableIp4AddressTokenSequence
which stores data sparsely.class
SparseIp6AddressTokenList
An implementation ofMutableIp6AddressTokenSequence
which stores data sparsely.class
SparseLongTokenList
An implementation ofMutableLongTokenSequence
which stores data sparsely.class
SparseMoneyTokenList
An implementation ofMutableMoneyTokenSequence
which stores data sparsely.class
SparseNumericTokenList
An implementation ofMutableNumericTokenSequence
which stores data sparsely.class
SparseObjectTokenList<T>
An implementation ofMutableObjectTokenSequence
which stores data sparsely.class
SparsePeriodTokenList
An implementation ofMutablePeriodTokenSequence
which stores data sparsely.class
SparseStringTokenList
An implementation ofMutableStringTokenSequence
which stores data sparsely.class
SparseTimestampTokenList
An implementation ofMutableTimestampTokenSequence
which stores data sparsely.class
SparseTimeTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
StringTokenList
Primary implementation ofMutableStringTokenSequence
.class
TimestampTokenList
Primary implementation ofMutableTimestampTokenSequence
.class
TimeTokenList
Primary implementation ofMutableTimeTokenSequence
.Methods in com.pervasive.datarush.sequences.scalar with parameters of type TokenSequence Modifier and Type Method Description void
AbstractScalarTokenSequence. append(TokenSequence data)
void
AbstractScalarTokenSequence. append(TokenSequence data, int start, int length)
void
BinaryTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
BooleanTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
CharTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
DateTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
DoubleTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
DurationTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
FloatTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
IntTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
Ip4AddressTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
Ip6AddressTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
LongTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
MoneyTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
NumericTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
ObjectTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
PeriodTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
StringTokenList. setValues(int startIndex, TokenSequence values, int offset, int length)
void
TimestampTokenList. setValues(int start, TokenSequence values, int offset, int length)
void
TimeTokenList. setValues(int start, TokenSequence values, int offset, int length)
-
Uses of TokenSequence in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type TokenSequence Modifier and Type Method 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. -
Uses of TokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record with parameters of type TokenSequence Modifier and Type Method Description void
RecordMap.Builder. append(TokenSequence data)
void
RecordMap.Builder. append(TokenSequence data, int start, int length)
-