Uses of Interface
com.pervasive.datarush.ports.physical.ScalarOutputField
-
Packages that use ScalarOutputField 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. -
-
Uses of ScalarOutputField in com.pervasive.datarush.ports.physical
Subinterfaces of ScalarOutputField in com.pervasive.datarush.ports.physical Modifier and Type Interface 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
DurationOutputField
A duration 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
Ip4AddressOutputField
A ip4 address valued field of a record output port.interface
Ip6AddressOutputField
A ip6 address valued field of a record output port.interface
LongOutputField
A long valued field of a record output port.interface
MoneyOutputField
A money 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
PeriodOutputField
A period 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.Methods in com.pervasive.datarush.ports.physical that return ScalarOutputField Modifier and Type Method 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.Constructors in com.pervasive.datarush.ports.physical with parameters of type ScalarOutputField Constructor 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. -
Uses of ScalarOutputField in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return ScalarOutputField Modifier and Type Method Description ScalarOutputField
RecordRegisterSupport. newOutputField(int absoluteIndex)
ScalarOutputField
RecordRegisterSupport. newOutputField(String name)
-