Uses of Class
org.apache.flink.table.types.inference.TypeInference
Packages that use TypeInference
-
Uses of TypeInference in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return TypeInferenceModifier and TypeMethodDescriptionFunctionDefinition.getTypeInference(DataTypeFactory typeFactory) Returns the logic for performing type inference of a call to this function definition.ProcessTableFunction.getTypeInference(DataTypeFactory typeFactory) ScalarFunction.getTypeInference(DataTypeFactory typeFactory) TableFunction.getTypeInference(DataTypeFactory typeFactory) abstract TypeInferenceUserDefinedFunction.getTypeInference(DataTypeFactory typeFactory) Returns the logic for performing type inference of a call to this function definition. -
Uses of TypeInference in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TypeInference