Uses of Class
org.apache.flink.table.functions.ProcessTableFunction
Packages that use ProcessTableFunction
-
Uses of ProcessTableFunction in org.apache.flink.table.runtime.functions
Method parameters in org.apache.flink.table.runtime.functions with type arguments of type ProcessTableFunctionModifier and TypeMethodDescriptionstatic <OUT> ProcessTableFunctionTestHarness.Builder<OUT>ProcessTableFunctionTestHarness.ofClass(Class<? extends ProcessTableFunction<OUT>> functionClass) Creates a new harness builder for the given ProcessTableFunction class.