Uses of Class
org.apache.flink.table.types.inference.strategies.OutputArgumentTypeStrategy
-
Packages that use OutputArgumentTypeStrategy Package Description org.apache.flink.table.types.inference -
-
Uses of OutputArgumentTypeStrategy in org.apache.flink.table.types.inference
Fields in org.apache.flink.table.types.inference declared as OutputArgumentTypeStrategy Modifier and Type Field Description static OutputArgumentTypeStrategyInputTypeStrategies. OUTPUT_IF_NULLStrategy for inferring an unknown argument type from the function's outputDataTypeif available.
-