Class ItemAtTypeStrategy
java.lang.Object
org.apache.flink.table.types.inference.strategies.ItemAtTypeStrategy
- All Implemented Interfaces:
TypeStrategy
An output type strategy for
BuiltInFunctionDefinitions.AT.
Returns either the element of an LogicalTypeFamily.COLLECTION type or the value of
LogicalTypeRoot.MAP.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninferType(CallContext callContext) Infers a type from the given function call.
-
Constructor Details
-
ItemAtTypeStrategy
public ItemAtTypeStrategy()
-
-
Method Details
-
inferType
Description copied from interface:TypeStrategyInfers a type from the given function call.- Specified by:
inferTypein interfaceTypeStrategy
-