Uses of Interface
com.pervasive.datarush.sequences.scalar.ScalarTokenSequence
-
Packages that use ScalarTokenSequence Package Description 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. -
-
Uses of ScalarTokenSequence in com.pervasive.datarush.sequences.record
Methods in com.pervasive.datarush.sequences.record that return ScalarTokenSequence Modifier and Type Method Description ScalarTokenSequence
RecordTokenList. getColumn(int i)
ScalarTokenSequence
RecordTokenSequence. getColumn(int index)
Gets theScalarTokenSequence
containing the specified column data.ScalarTokenSequence
SparseRecordTokenList. getColumn(int index)
Constructors in com.pervasive.datarush.sequences.record with parameters of type ScalarTokenSequence Constructor Description CompositeTokenSequence(RecordTokenType type, ScalarTokenSequence[] columns)
Create a new sequence backed with the specified scalar token sequences containing the field values for each record element. -
Uses of ScalarTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of ScalarTokenSequence 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
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
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 ScalarTokenSequence 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
.
-