Uses of Enum
org.apache.flink.table.types.logical.TimestampKind
Packages that use TimestampKind
Package
Description
-
Uses of TimestampKind in org.apache.flink.table.types.inference.strategies
Methods in org.apache.flink.table.types.inference.strategies with parameters of type TimestampKindModifier and TypeMethodDescriptionstatic InputTypeStrategySpecificInputTypeStrategies.windowTimeIndicator(TimestampKind timestampKind) Constructors in org.apache.flink.table.types.inference.strategies with parameters of type TimestampKind -
Uses of TimestampKind in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return TimestampKindModifier and TypeMethodDescriptionLocalZonedTimestampType.getKind()TimestampType.getKind()ZonedTimestampType.getKind()static TimestampKindReturns the enum constant of this type with the specified name.static TimestampKind[]TimestampKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.types.logical with parameters of type TimestampKindModifierConstructorDescriptionLocalZonedTimestampType(boolean isNullable, TimestampKind kind, int precision) Internal constructor that allows attaching additional metadata about time attribute properties.TimestampType(boolean isNullable, TimestampKind kind, int precision) Internal constructor that allows attaching additional metadata about time attribute properties.ZonedTimestampType(boolean isNullable, TimestampKind kind, int precision) Internal constructor that allows attaching additional metadata about time attribute properties.