Uses of Class
org.apache.flink.table.types.logical.TimestampKind
-
Packages that use TimestampKind Package Description org.apache.flink.table.types.logical -
-
Uses of TimestampKind in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return TimestampKind Modifier and Type Method Description TimestampKindLocalZonedTimestampType. getKind()TimestampKindTimestampType. getKind()TimestampKindZonedTimestampType. getKind()static TimestampKindTimestampKind. valueOf(String name)Returns 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 TimestampKind Constructor Description LocalZonedTimestampType(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.
-