Package | Description |
---|---|
org.apache.flink.api.common.typeinfo | |
org.apache.flink.table.runtime.typeutils | |
org.apache.flink.table.typeutils |
Modifier and Type | Field and Description |
---|---|
static SqlTimeTypeInfo<Date> |
SqlTimeTypeInfo.DATE |
static SqlTimeTypeInfo<Time> |
SqlTimeTypeInfo.TIME |
static SqlTimeTypeInfo<Timestamp> |
SqlTimeTypeInfo.TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
static <X> SqlTimeTypeInfo<X> |
SqlTimeTypeInfo.getInfoFor(Class<X> type) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyTimestampTypeInfo
TypeInformation for Timestamp . |
Modifier and Type | Class and Description |
---|---|
class |
TimeIndicatorTypeInfo
Deprecated.
This class will be removed in future versions as it is used for the old type system.
It is recommended to use
DataTypes instead. Please make sure to use either the old or
the new type system consistently to avoid unintended behavior. See the website documentation
for more information. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.