Class RowtimeTypeStrategy
java.lang.Object
org.apache.flink.table.types.inference.strategies.RowtimeTypeStrategy
- All Implemented Interfaces:
TypeStrategy
Type strategy for
BuiltInFunctionDefinitions.ROWTIME which mirrors the type of the passed
rowtime column, but returns LogicalTypeRoot.TIMESTAMP_WITHOUT_TIME_ZONE for a
BATCH mode.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninferType(CallContext callContext) Infers a type from the given function call.
-
Constructor Details
-
RowtimeTypeStrategy
public RowtimeTypeStrategy()
-
-
Method Details
-
inferType
Description copied from interface:TypeStrategyInfers a type from the given function call.- Specified by:
inferTypein interfaceTypeStrategy
-