Uses of Interface
com.pervasive.datarush.ports.physical.ScalarOutputField
Packages that use ScalarOutputField
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
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.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record output port.interfaceA boolean valued field of a record output port.interfaceA character valued field of a record output port.interfaceA date valued field of a record output port.interfaceA double valued field of a record output port.interfaceA duration valued field of a record output port.interfaceA float valued field of a record output port.interfaceAn integer valued field of a record output port.interfaceA ip4 address valued field of a record output port.interfaceA ip6 address valued field of a record output port.interfaceA long valued field of a record output port.interfaceA money valued field of a record output port.interfaceA number valued field of a record output port.interfaceA numeric valued field of a record output port.interfaceAn object valued field of a record output port.interfaceA period valued field of a record output port.interfaceA string valued field of a record output port.interfaceA time valued field of a record output port.interfaceA timestamp valued field of a record output port.Methods in com.pervasive.datarush.ports.physical that return ScalarOutputFieldModifier and TypeMethodDescriptionRecordOutput.getField(int index) Gets the output field at the given position.Gets the output field with the given name.RecordOutput.getFields()Gets all output fields of the record port.Constructors in com.pervasive.datarush.ports.physical with parameters of type ScalarOutputFieldModifierConstructorDescriptionFieldCopier(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 ScalarOutputFieldModifier and TypeMethodDescriptionRecordRegisterSupport.newOutputField(int absoluteIndex) RecordRegisterSupport.newOutputField(String name)