Class CollectTypeStrategy
java.lang.Object
org.apache.flink.table.types.inference.strategies.CollectTypeStrategy
- All Implemented Interfaces:
TypeStrategy
Type strategy that returns a
DataTypes.MULTISET(DataType) with element type equal to the
type of the first argument.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninferType(CallContext callContext) Infers a type from the given function call.
-
Constructor Details
-
CollectTypeStrategy
public CollectTypeStrategy()
-
-
Method Details
-
inferType
Description copied from interface:TypeStrategyInfers a type from the given function call.- Specified by:
inferTypein interfaceTypeStrategy
-