Uses of Class
org.apache.flink.table.functions.ProcessTableFunction
Packages that use ProcessTableFunction
-
Uses of ProcessTableFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type ProcessTableFunctionModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forProcessTableFunction(DataTypeFactory typeFactory, Class<? extends ProcessTableFunction<?>> function) Extracts a type inference from aProcessTableFunction.