Package | Description |
---|---|
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.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryOutputField
A binary valued field of a record output port.
|
interface |
BooleanOutputField
A boolean valued field of a record output port.
|
interface |
CharOutputField
A character valued field of a record output port.
|
interface |
DateOutputField
A date valued field of a record output port.
|
interface |
DoubleOutputField
A double valued field of a record output port.
|
interface |
FloatOutputField
A float valued field of a record output port.
|
interface |
IntOutputField
An integer valued field of a record output port.
|
interface |
LongOutputField
A long valued field of a record output port.
|
interface |
NumberOutputField
A number valued field of a record output port.
|
interface |
NumericOutputField
A numeric valued field of a record output port.
|
interface |
ObjectOutputField<T>
An object valued field of a record output port.
|
interface |
StringOutputField
A string valued field of a record output port.
|
interface |
TimeOutputField
A time valued field of a record output port.
|
interface |
TimestampOutputField
A timestamp valued field of a record output port.
|
Modifier and Type | Method and Description |
---|---|
ScalarOutputField |
RecordOutput.getField(int index)
Gets the output field at the given position.
|
ScalarOutputField |
RecordOutput.getField(String fieldName)
Gets the output field with the given name.
|
ScalarOutputField[] |
RecordOutput.getFields()
Gets all output fields of the record port.
|
Constructor and Description |
---|
FieldCopier(ScalarOutputField[] outputs,
RecordValued input)
Creates a setter binding the specified output fields to the
provided input values.
|
FieldCopier(ScalarOutputField[] outputs,
RecordValued input,
Map<String,ScalarValuedFunction> replacements)
Creates a setter binding the specified output fields to the
provided input values and functions.
|
Modifier and Type | Method and Description |
---|---|
ScalarOutputField |
RecordRegisterSupport.newOutputField(int absoluteIndex) |
ScalarOutputField |
RecordRegisterSupport.newOutputField(String name) |
Copyright © 2016 Actian Corporation. All rights reserved.