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 interfaceBinaryOutputFieldA binary valued field of a record output port.interfaceBooleanOutputFieldA boolean valued field of a record output port.interfaceCharOutputFieldA character valued field of a record output port.interfaceDateOutputFieldA date valued field of a record output port.interfaceDoubleOutputFieldA double valued field of a record output port.interfaceDurationOutputFieldA duration valued field of a record output port.interfaceFloatOutputFieldA float valued field of a record output port.interfaceIntOutputFieldAn integer valued field of a record output port.interfaceIp4AddressOutputFieldA ip4 address valued field of a record output port.interfaceIp6AddressOutputFieldA ip6 address valued field of a record output port.interfaceLongOutputFieldA long valued field of a record output port.interfaceMoneyOutputFieldA money valued field of a record output port.interfaceNumberOutputFieldA number valued field of a record output port.interfaceNumericOutputFieldA numeric valued field of a record output port.interfaceObjectOutputField<T>An object valued field of a record output port.interfacePeriodOutputFieldA period valued field of a record output port.interfaceStringOutputFieldA string valued field of a record output port.interfaceTimeOutputFieldA time valued field of a record output port.interfaceTimestampOutputFieldA timestamp valued field of a record output port.Methods in com.pervasive.datarush.ports.physical that return ScalarOutputField Modifier and Type Method Description ScalarOutputFieldRecordOutput. getField(int index)Gets the output field at the given position.ScalarOutputFieldRecordOutput. 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 ScalarOutputFieldRecordRegisterSupport. newOutputField(int absoluteIndex)ScalarOutputFieldRecordRegisterSupport. newOutputField(String name)
-