Package org.apache.flink.table.typeutils
Class TimeIndicatorTypeInfo
java.lang.Object
org.apache.flink.api.common.typeinfo.TypeInformation<T>
org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>
org.apache.flink.table.typeutils.TimeIndicatorTypeInfo
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.typeinfo.AtomicType<Timestamp>
@Internal
@Deprecated
public class TimeIndicatorTypeInfo
extends org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>
Deprecated.
Type information for indicating event or processing time. However, it behaves like a regular SQL
timestamp but is serialized as Long.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final TimeIndicatorTypeInfoDeprecated.static final intDeprecated.static final intDeprecated.static final TimeIndicatorTypeInfoDeprecated.static final intDeprecated.Fields inherited from class org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo
DATE, TIME, TIMESTAMP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializer<Timestamp>createSerializer(org.apache.flink.api.common.serialization.SerializerConfig serializerConfig) Deprecated.booleanDeprecated.toString()Deprecated.Methods inherited from class org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo
canEqual, createComparator, equals, getArity, getInfoFor, getTotalFields, getTypeClass, hashCode, isBasicType, isKeyType, isTupleTypeMethods inherited from class org.apache.flink.api.common.typeinfo.TypeInformation
getGenericParameters, isSortKeyType, of, of
-
Field Details
-
ROWTIME_STREAM_MARKER
public static final int ROWTIME_STREAM_MARKERDeprecated.- See Also:
-
PROCTIME_STREAM_MARKER
public static final int PROCTIME_STREAM_MARKERDeprecated.- See Also:
-
ROWTIME_BATCH_MARKER
public static final int ROWTIME_BATCH_MARKERDeprecated.- See Also:
-
PROCTIME_BATCH_MARKER
public static final int PROCTIME_BATCH_MARKERDeprecated.- See Also:
-
ROWTIME_INDICATOR
Deprecated. -
PROCTIME_INDICATOR
Deprecated.
-
-
Constructor Details
-
TimeIndicatorTypeInfo
protected TimeIndicatorTypeInfo(boolean isEventTime) Deprecated.
-
-
Method Details
-
createSerializer
public org.apache.flink.api.common.typeutils.TypeSerializer<Timestamp> createSerializer(org.apache.flink.api.common.serialization.SerializerConfig serializerConfig) Deprecated.- Overrides:
createSerializerin classorg.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>
-
isEventTime
public boolean isEventTime()Deprecated. -
toString
Deprecated.- Overrides:
toStringin classorg.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>
-
DataTypesinstead. 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.