Package | Description |
---|---|
com.pervasive.datarush.encoding.text |
Implementations of encoders of tokens
into text formats.
|
com.pervasive.datarush.ports.physical |
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
com.pervasive.datarush.sequences |
Provides classes and interfaces related to sequences of 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.
|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
com.pervasive.datarush.types |
Provides classes and interfaces for the description of token data types.
|
Constructor and Description |
---|
GenericObjectFormatter(ObjectTokenType<?> type)
Creates a ormatter using the specified object type.
|
GenericObjectFormatter(ObjectTokenType<?> type,
String nullIndicator)
Creates a formatter using the specified object type.
|
Modifier and Type | Method and Description |
---|---|
ObjectTokenType<T> |
ObjectOutputField.getType() |
Modifier and Type | Method and Description |
---|---|
static TextDataType |
TextTypes.GENERIC_OBJECT(ObjectTokenType<?> type)
Object token values representing a generic object.
|
static TextDataType |
TextTypes.GENERIC_OBJECT(ObjectTokenType<?> type,
String nullIndicator)
Object token values representing a generic object.
|
Modifier and Type | Method and Description |
---|---|
static <O> MutableObjectTokenSequence<O> |
TokenSequences.objectList(ObjectTokenType<O> type,
int capacity,
DataRepresentation representation)
Creates a
MutableObjectTokenSequence with the specified capacity, optionally
optimized for sparse data. |
Modifier and Type | Method and Description |
---|---|
ObjectTokenType<T> |
SparseObjectTokenList.getType() |
ObjectTokenType<T> |
ObjectValuedIterator.getType() |
ObjectTokenType<O> |
ObjectTokenSequence.getType() |
ObjectTokenType<O> |
ObjectTokenList.getType() |
Constructor and Description |
---|
ObjectTokenList(ObjectTokenType<O> type,
int capacity)
Create an empty array
|
SparseObjectTokenList(ObjectTokenType<T> type,
int initialCapacity)
Creates a new empty list.
|
Modifier and Type | Method and Description |
---|---|
<O> MutableObjectTokenSequence<O> |
RecordRegisterStorageImpl.objectGroup(ObjectTokenType<O> type) |
<O> MutableObjectTokenSequence<O> |
RecordRegisterStorage.objectGroup(ObjectTokenType<O> type) |
Modifier and Type | Method and Description |
---|---|
ObjectTokenType<O> |
ObjectValued.getType() |
Modifier and Type | Method and Description |
---|---|
static <O> ObjectToken<O> |
ObjectToken.NULL(ObjectTokenType<O> type)
Gets a null valued
ObjectToken of the specified type. |
static <O> ObjectToken<O> |
ObjectToken.ZERO(ObjectTokenType<O> type)
Gets a zero valued
ObjectToken of the specified type. |
Constructor and Description |
---|
ObjectRegister(ObjectTokenType<O> type)
Creates a new null-valued register of the specified object type.
|
ObjectToken(ObjectTokenType<O> type,
O value)
Creates an object token
|
Modifier and Type | Method and Description |
---|---|
static <O> ObjectTokenType<O> |
TokenTypeConstant.EXTENDED(Class<O> type,
String extendedType)
Gets a description of an extended object token type.
|
ObjectTokenType<O> |
ObjectTyped.getType() |
ObjectTokenType<O> |
ObjectTokenType.getType() |
static <O> ObjectTokenType<O> |
TokenTypeConstant.OBJECT(Class<O> type)
Gets a description of an object token type.
|
static <O> ObjectTokenType<O> |
TokenTypeConstant.PARAMETERIZED(Class<O> type,
String extendedType,
Type... genericParams)
Gets a description of an parameterized object token type.
|
Modifier and Type | Method and Description |
---|---|
<O> void |
TypeDispatchedConstructor.dispatchObjectType(ObjectTokenType<O> objectType) |
<O> void |
TokenValueExtractor.dispatchObjectType(ObjectTokenType<O> objectType) |
<O> void |
TokenTypeDispatcher.dispatchObjectType(ObjectTokenType<O> objectType)
Handle processing for object typed tokens.
|
Copyright © 2020 Actian Corporation. All rights reserved.