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