Uses of Class
org.apache.flink.table.functions.AsyncTableFunction
-
-
Uses of AsyncTableFunction in org.apache.flink.table.functions
Subclasses of AsyncTableFunction in org.apache.flink.table.functions Modifier and Type Class Description classAsyncLookupFunctionA wrapper class ofAsyncTableFunctionfor asynchronously lookup rows matching the lookup keys from external system.classAsyncPredictFunctionA wrapper class ofAsyncTableFunctionfor asynchronous model inference. -
Uses of AsyncTableFunction in org.apache.flink.table.legacy.connector.source
Methods in org.apache.flink.table.legacy.connector.source that return AsyncTableFunction Modifier and Type Method Description AsyncTableFunction<T>AsyncTableFunctionProvider. createAsyncTableFunction()Deprecated.Creates aAsyncTableFunctioninstance.Methods in org.apache.flink.table.legacy.connector.source with parameters of type AsyncTableFunction Modifier and Type Method Description static <T> AsyncTableFunctionProvider<T>AsyncTableFunctionProvider. of(AsyncTableFunction<T> asyncTableFunction)Deprecated.Helper method for creating a static provider. -
Uses of AsyncTableFunction in org.apache.flink.table.legacy.sources
Methods in org.apache.flink.table.legacy.sources that return AsyncTableFunction Modifier and Type Method Description AsyncTableFunction<T>LookupableTableSource. getAsyncLookupFunction(String[] lookupKeys)Deprecated.Gets theAsyncTableFunctionwhich supports async lookup one key at a time. -
Uses of AsyncTableFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type AsyncTableFunction Modifier and Type Method Description static TypeInferenceTypeInferenceExtractor. forAsyncTableFunction(DataTypeFactory typeFactory, Class<? extends AsyncTableFunction<?>> function)Extracts a type inference from aAsyncTableFunction.
-