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