-
- All Superinterfaces:
Field,Named,ScalarInputField,ScalarTyped,ScalarValued,TimestampValued,TokenTyped,TokenValued
public interface TimestampInputField extends ScalarInputField, TimestampValued
A timestamp valued field of a record input port.- See Also:
RecordInput,TokenTypeConstant#TIMESTAMP
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, isPrimaryKey
-
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.scalar.TimestampValued
asEpochSecs, asTimestamp, offsetSecs, subsecNanos
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-