Uses of Interface
com.pervasive.datarush.sequences.TokenSequence
Packages that use TokenSequence
Package
Description
Provides operators for reading and writing DataRush staging datasets.
Provides classes and interfaces related to sequences of tokens.
Provides implementations of sequences of record valued tokens.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
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 TokenSequenceModifier and TypeMethodDescriptionvoidDatasetBuilder.append(TokenSequence data) voidDatasetBuilder.append(TokenSequence data, int start, int length) -
Uses of TokenSequence in com.pervasive.datarush.sequences
Subinterfaces of TokenSequence in com.pervasive.datarush.sequencesMethods in com.pervasive.datarush.sequences with parameters of type TokenSequenceModifier and TypeMethodDescriptionvoidTokenAppendable.append(TokenSequence data) Appends all tokens in the specified sequence to this sequence.voidTokenAppendable.append(TokenSequence data, int start, int length) Appends a subsequence of tokens in the specified sequence to this sequence.voidMutableTokenSequence.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.recordModifier and TypeInterfaceDescriptioninterfaceATokenSequenceof composite tokens, representing record data.Classes in com.pervasive.datarush.sequences.record that implement TokenSequenceModifier and TypeClassDescriptionclassA record sequence comprised of scalar sequences for fields.final classPrimary implementation ofMutableRecordTokenSequence.final classAn implementation ofMutableRecordTokenSequencewhich stores data sparsely.Methods in com.pervasive.datarush.sequences.record with parameters of type TokenSequenceModifier and TypeMethodDescriptionvoidRecordTokenList.append(TokenSequence data) Appends all tokens in the specified sequence to this sequence.voidRecordTokenList.append(TokenSequence data, int start, int length) Appends a subsequence of tokens in the specified sequence to this sequence.voidSparseRecordTokenList.append(TokenSequence data) voidSparseRecordTokenList.append(TokenSequence data, int start, int length) voidRecordTokenList.setValues(int index, TokenSequence values, int offset, int length) voidSparseRecordTokenList.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.scalarModifier and TypeInterfaceDescriptioninterfaceATokenSequencecontaining binary valued data.interfaceATokenSequencecontaining boolean valued data.interfaceATokenSequencecontaining character valued data.interfaceATokenSequencecontaining date valued data.interfaceATokenSequencecontaining double valued data.interfaceATokenSequencecontaining duration valued data.interfaceATokenSequencecontaining float valued data.interfaceATokenSequencecontaining integer valued data.interfaceATokenSequencecontaining ip4address valued data.interfaceATokenSequencecontaining ip6address valued data.interfaceATokenSequencecontaining long valued data.interfaceATokenSequencecontaining money valued data.interfaceAMutableTokenSequencecontaining binary valued data.interfaceAMutableTokenSequencecontaining boolean valued data.interfaceAMutableTokenSequencecontaining character valued data.interfaceAMutableTokenSequencecontaining date valued data.interfaceAMutableTokenSequencecontaining double valued data.interfaceAMutableTokenSequencecontaining duration valued data.interfaceAMutableTokenSequencecontaining float valued data.interfaceAMutableTokenSequencecontaining integer valued data.interfaceAMutableTokenSequencecontaining ip4address valued data.interfaceAMutableTokenSequencecontaining ip6address valued data.interfaceAMutableTokenSequencecontaining long valued data.interfaceAMutableTokenSequencecontaining money valued data.interfaceAMutableTokenSequencecontaining numeric valued data.interfaceAMutableTokenSequencecontaining object valued data.interfaceAMutableTokenSequencecontaining period valued data.interfaceAMutableTokenSequenceof composite tokens, representing record data.interfaceAMutableTokenSequencecontaining scalar typed tokens.interfaceAMutableTokenSequencecontaining string valued data.interfaceAMutableTokenSequencecontaining timestamp valued data.interfaceAMutableTokenSequencecontaining time valued data.interfaceATokenSequencecontaining numeric valued data.interfaceATokenSequencecontaining object valued data.interfaceATokenSequencecontaining period valued data.interfaceATokenSequencecontaining scalar typed tokens.interfaceATokenSequencecontaining string valued data.interfaceATokenSequencecontaining timestamp valued data.interfaceATokenSequencecontaining time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement TokenSequenceModifier and TypeClassDescriptionclassATokenSequencecontaining scalar typed tokens.final classPrimary implementation ofMutableBinaryTokenSequence.final classPrimary implementation ofMutableBooleanTokenSequence.final classPrimary implementation ofMutableCharTokenSequence.final classPrimary implementation ofMutableDateTokenSequence.final classPrimary implementation ofMutableDoubleTokenSequence.final classPrimary implementation ofMutableDurationTokenSequence.classPrimary implementation ofMutableFloatTokenSequence.final classPrimary implementation ofMutableIntTokenSequence.final classPrimary implementation ofMutableIp4AddressTokenSequence.final classPrimary implementation ofMutableIp6AddressTokenSequence.final classPrimary implementation ofMutableLongTokenSequence.final classPrimary implementation ofMutableMoneyTokenSequence.classPrimary implementation ofMutableNumericTokenSequence.final classPrimary implementation ofMutableObjectTokenSequence.final classPrimary implementation ofMutablePeriodTokenSequence.final classAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.final classAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.final classAn implementation ofMutableCharTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.final classAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIntTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableLongTokenSequencewhich stores data sparsely.final classAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.final classAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.final classAn implementation ofMutableObjectTokenSequencewhich stores data sparsely.final classAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.final classAn implementation ofMutableStringTokenSequencewhich stores data sparsely.final classAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classPrimary implementation ofMutableStringTokenSequence.final classPrimary implementation ofMutableTimestampTokenSequence.final classPrimary implementation ofMutableTimeTokenSequence.Methods in com.pervasive.datarush.sequences.scalar with parameters of type TokenSequenceModifier and TypeMethodDescriptionvoidAbstractScalarTokenSequence.append(TokenSequence data) voidAbstractScalarTokenSequence.append(TokenSequence data, int start, int length) voidBinaryTokenList.setValues(int start, TokenSequence values, int offset, int length) voidBooleanTokenList.setValues(int start, TokenSequence values, int offset, int length) voidCharTokenList.setValues(int start, TokenSequence values, int offset, int length) voidDateTokenList.setValues(int start, TokenSequence values, int offset, int length) voidDoubleTokenList.setValues(int start, TokenSequence values, int offset, int length) voidDurationTokenList.setValues(int start, TokenSequence values, int offset, int length) voidFloatTokenList.setValues(int start, TokenSequence values, int offset, int length) voidIntTokenList.setValues(int start, TokenSequence values, int offset, int length) voidIp4AddressTokenList.setValues(int start, TokenSequence values, int offset, int length) voidIp6AddressTokenList.setValues(int start, TokenSequence values, int offset, int length) voidLongTokenList.setValues(int start, TokenSequence values, int offset, int length) voidMoneyTokenList.setValues(int start, TokenSequence values, int offset, int length) voidNumericTokenList.setValues(int start, TokenSequence values, int offset, int length) voidObjectTokenList.setValues(int start, TokenSequence values, int offset, int length) voidPeriodTokenList.setValues(int start, TokenSequence values, int offset, int length) voidStringTokenList.setValues(int startIndex, TokenSequence values, int offset, int length) voidTimestampTokenList.setValues(int start, TokenSequence values, int offset, int length) voidTimeTokenList.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 TokenSequenceModifier and TypeMethodDescriptionint[]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 TokenSequenceModifier and TypeMethodDescriptionvoidRecordMap.Builder.append(TokenSequence data) voidRecordMap.Builder.append(TokenSequence data, int start, int length)