Uses of Interface
com.pervasive.datarush.sequences.record.RecordTokenSequence
Packages that use RecordTokenSequence
Package
Description
Provides base file I/O components including encoders and decoders.
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.
-
Uses of RecordTokenSequence in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with parameters of type RecordTokenSequenceModifier and TypeMethodDescriptionvoidSplitParsingContext.bulkPublish(RecordTokenSequence records) Provides a set of records to publish. -
Uses of RecordTokenSequence in com.pervasive.datarush.sequences.record
Classes in com.pervasive.datarush.sequences.record that implement RecordTokenSequenceModifier and TypeClassDescriptionclassA record sequence comprised of scalar sequences for fields.final classPrimary implementation ofMutableRecordTokenSequence.final classAn implementation ofMutableRecordTokenSequencewhich stores data sparsely. -
Uses of RecordTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of RecordTokenSequence in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAMutableTokenSequenceof composite tokens, representing record data. -
Uses of RecordTokenSequence in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type RecordTokenSequenceModifier and TypeMethodDescriptionint[]TokenSorter.sort(RecordTokenSequence data, SortKey... sortKeys) Builds a sort order permutation for the specified composite sequence using the given sort keys.int[]TokenSorter.sort(RecordTokenSequence data, TokenOrder[] sortOrder) Builds a sort order permutation for the specified composite sequence using the specified order for each column.