Class ToTimestampLtzTypeStrategy
- java.lang.Object
-
- org.apache.flink.table.types.inference.strategies.ToTimestampLtzTypeStrategy
-
- All Implemented Interfaces:
TypeStrategy
@Internal public class ToTimestampLtzTypeStrategy extends Object implements TypeStrategy
Type strategy ofTO_TIMESTAMP_LTZ.
-
-
Constructor Summary
Constructors Constructor Description ToTimestampLtzTypeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DataType>inferType(CallContext callContext)Infers a type from the given function call.
-
-
-
Method Detail
-
inferType
public Optional<DataType> inferType(CallContext callContext)
Description copied from interface:TypeStrategyInfers a type from the given function call.- Specified by:
inferTypein interfaceTypeStrategy
-
-