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