-
- All Superinterfaces:
DoubleInputField,DoubleValued,Field,FloatInputField,FloatValued,LongValued,Named,NumericInputField,NumericValued,ScalarInputField,ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
IntInputField
public interface LongInputField extends FloatInputField, LongValued
A long valued field of a record input port.- See Also:
RecordInput,TokenTypeConstant#LONG
-
-
Field Summary
-
Fields inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
MAX_INFINITY, MIN_INFINITY
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.DoubleValued
asDouble
-
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, isPrimaryKey
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.FloatValued
asFloat
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.LongValued
asLong
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
asBigDecimal
-
Methods inherited from interface com.pervasive.datarush.ports.physical.ScalarInputField
getPosition, getType
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-