Uses of Class
org.apache.flink.table.functions.AsyncTableFunction
Packages that use AsyncTableFunction
Package
Description
-
Uses of AsyncTableFunction in org.apache.flink.table.functions
Subclasses of AsyncTableFunction in org.apache.flink.table.functionsModifier and TypeClassDescriptionclassA wrapper class ofAsyncTableFunctionfor asynchronously lookup rows matching the lookup keys from external system. -
Uses of AsyncTableFunction in org.apache.flink.table.legacy.connector.source
Methods in org.apache.flink.table.legacy.connector.source that return AsyncTableFunctionModifier and TypeMethodDescriptionAsyncTableFunctionProvider.createAsyncTableFunction()Deprecated.Creates aAsyncTableFunctioninstance.Methods in org.apache.flink.table.legacy.connector.source with parameters of type AsyncTableFunctionModifier and TypeMethodDescriptionstatic <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 AsyncTableFunctionModifier and TypeMethodDescriptionLookupableTableSource.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 AsyncTableFunctionModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forAsyncTableFunction(DataTypeFactory typeFactory, Class<? extends AsyncTableFunction<?>> function) Extracts a type inference from aAsyncTableFunction.