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.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetIterator
Utility for reading a data-set written by
WriteStagingDataset outside of an engine context. |
Modifier and Type | Interface and Description |
---|---|
interface |
SeekableTokenValuedIterator
A
TokenValuedIterator that is also seekable. |
Modifier and Type | Method and Description |
---|---|
TokenValuedIterator |
TokenSequence.newValueIterator()
Creates an iterator over the non-null values of this sequence.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableRecordValuedIterator
A record iterator which has resources which need
to be released when being disposed.
|
interface |
RecordValuedIterator
Iterator over record values.
|
interface |
SeekableRecordValuedIterator
A repositionable iterator over record values.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordMap.RecordMapIterator
An iterator capable of providing access to a subset of records within
the record map's cache.
|
Copyright © 2020 Actian Corporation. All rights reserved.