Uses of Class
org.apache.flink.table.functions.ProcessTableFunction
-
Packages that use ProcessTableFunction Package Description org.apache.flink.table.types.extraction -
-
Uses of ProcessTableFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type ProcessTableFunction Modifier and Type Method Description static TypeInference
TypeInferenceExtractor. forProcessTableFunction(DataTypeFactory typeFactory, Class<? extends ProcessTableFunction<?>> function)
Extracts a type inference from aProcessTableFunction
.
-