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 voidDatasetBuilder. 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.sequences Modifier and Type Interface Description interfaceMutableTokenSequenceA mutableTokenSequence.Methods in com.pervasive.datarush.sequences with parameters of type TokenSequence Modifier and Type Method Description voidTokenAppendable. 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.record Modifier and Type Interface Description interfaceRecordTokenSequenceATokenSequenceof composite tokens, representing record data.Classes in com.pervasive.datarush.sequences.record that implement TokenSequence Modifier and Type Class Description classCompositeTokenSequenceA record sequence comprised of scalar sequences for fields.classRecordTokenListPrimary implementation ofMutableRecordTokenSequence.classSparseRecordTokenListAn implementation ofMutableRecordTokenSequencewhich stores data sparsely.Methods in com.pervasive.datarush.sequences.record with parameters of type TokenSequence Modifier and Type Method Description voidRecordTokenList. 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.scalar Modifier and Type Interface Description interfaceBinaryTokenSequenceATokenSequencecontaining binary valued data.interfaceBooleanTokenSequenceATokenSequencecontaining boolean valued data.interfaceCharTokenSequenceATokenSequencecontaining character valued data.interfaceDateTokenSequenceATokenSequencecontaining date valued data.interfaceDoubleTokenSequenceATokenSequencecontaining double valued data.interfaceDurationTokenSequenceATokenSequencecontaining duration valued data.interfaceFloatTokenSequenceATokenSequencecontaining float valued data.interfaceIntTokenSequenceATokenSequencecontaining integer valued data.interfaceIp4AddressTokenSequenceATokenSequencecontaining ip4address valued data.interfaceIp6AddressTokenSequenceATokenSequencecontaining ip6address valued data.interfaceLongTokenSequenceATokenSequencecontaining long valued data.interfaceMoneyTokenSequenceATokenSequencecontaining money valued data.interfaceMutableBinaryTokenSequenceAMutableTokenSequencecontaining binary valued data.interfaceMutableBooleanTokenSequenceAMutableTokenSequencecontaining boolean valued data.interfaceMutableCharTokenSequenceAMutableTokenSequencecontaining character valued data.interfaceMutableDateTokenSequenceAMutableTokenSequencecontaining date valued data.interfaceMutableDoubleTokenSequenceAMutableTokenSequencecontaining double valued data.interfaceMutableDurationTokenSequenceAMutableTokenSequencecontaining duration valued data.interfaceMutableFloatTokenSequenceAMutableTokenSequencecontaining float valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableIp4AddressTokenSequenceAMutableTokenSequencecontaining ip4address valued data.interfaceMutableIp6AddressTokenSequenceAMutableTokenSequencecontaining ip6address valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.interfaceMutableMoneyTokenSequenceAMutableTokenSequencecontaining money valued data.interfaceMutableNumericTokenSequenceAMutableTokenSequencecontaining numeric valued data.interfaceMutableObjectTokenSequence<O>AMutableTokenSequencecontaining object valued data.interfaceMutablePeriodTokenSequenceAMutableTokenSequencecontaining period valued data.interfaceMutableRecordTokenSequenceAMutableTokenSequenceof composite tokens, representing record data.interfaceMutableScalarTokenSequenceAMutableTokenSequencecontaining scalar typed tokens.interfaceMutableStringTokenSequenceAMutableTokenSequencecontaining string valued data.interfaceMutableTimestampTokenSequenceAMutableTokenSequencecontaining timestamp valued data.interfaceMutableTimeTokenSequenceAMutableTokenSequencecontaining time valued data.interfaceNumericTokenSequenceATokenSequencecontaining numeric valued data.interfaceObjectTokenSequence<O>ATokenSequencecontaining object valued data.interfacePeriodTokenSequenceATokenSequencecontaining period valued data.interfaceScalarTokenSequenceATokenSequencecontaining scalar typed tokens.interfaceStringTokenSequenceATokenSequencecontaining string valued data.interfaceTimestampTokenSequenceATokenSequencecontaining timestamp valued data.interfaceTimeTokenSequenceATokenSequencecontaining time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement TokenSequence Modifier and Type Class Description classAbstractScalarTokenSequenceATokenSequencecontaining scalar typed tokens.classBinaryTokenListPrimary implementation ofMutableBinaryTokenSequence.classBooleanTokenListPrimary implementation ofMutableBooleanTokenSequence.classCharTokenListPrimary implementation ofMutableCharTokenSequence.classDateTokenListPrimary implementation ofMutableDateTokenSequence.classDoubleTokenListPrimary implementation ofMutableDoubleTokenSequence.classDurationTokenListPrimary implementation ofMutableDurationTokenSequence.classFloatTokenListPrimary implementation ofMutableFloatTokenSequence.classIntTokenListPrimary implementation ofMutableIntTokenSequence.classIp4AddressTokenListPrimary implementation ofMutableIp4AddressTokenSequence.classIp6AddressTokenListPrimary implementation ofMutableIp6AddressTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classMoneyTokenListPrimary implementation ofMutableMoneyTokenSequence.classNumericTokenListPrimary implementation ofMutableNumericTokenSequence.classObjectTokenList<O>Primary implementation ofMutableObjectTokenSequence.classPeriodTokenListPrimary implementation ofMutablePeriodTokenSequence.classSparseBinaryTokenListAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.classSparseBooleanTokenListAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.classSparseCharTokenListAn implementation ofMutableCharTokenSequencewhich stores data sparsely.classSparseDateTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classSparseDoubleTokenListAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.classSparseDurationTokenListAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.classSparseFloatTokenListAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseIp4AddressTokenListAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.classSparseIp6AddressTokenListAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.classSparseMoneyTokenListAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.classSparseNumericTokenListAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.classSparseObjectTokenList<T>An implementation ofMutableObjectTokenSequencewhich stores data sparsely.classSparsePeriodTokenListAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.classSparseStringTokenListAn implementation ofMutableStringTokenSequencewhich stores data sparsely.classSparseTimestampTokenListAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.classSparseTimeTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classStringTokenListPrimary implementation ofMutableStringTokenSequence.classTimestampTokenListPrimary implementation ofMutableTimestampTokenSequence.classTimeTokenListPrimary implementation ofMutableTimeTokenSequence.Methods in com.pervasive.datarush.sequences.scalar with parameters of type TokenSequence Modifier and Type Method Description voidAbstractScalarTokenSequence. 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 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 voidRecordMap.Builder. append(TokenSequence data)voidRecordMap.Builder. append(TokenSequence data, int start, int length)
-