Class ToTimestampLtzTypeStrategy
java.lang.Object
org.apache.flink.table.types.inference.strategies.ToTimestampLtzTypeStrategy
- All Implemented Interfaces:
TypeStrategy
Type strategy of
TO_TIMESTAMP_LTZ.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninferType(CallContext callContext) Infers a type from the given function call.
-
Constructor Details
-
ToTimestampLtzTypeStrategy
public ToTimestampLtzTypeStrategy()
-
-
Method Details
-
inferType
Description copied from interface:TypeStrategyInfers a type from the given function call.- Specified by:
inferTypein interfaceTypeStrategy
-