Package org.apache.flink.table.legacy.connector.source
-
Interface Summary Interface Description AsyncTableFunctionProvider<T> Deprecated. Please useAsyncLookupFunctionProvider
to implement asynchronous lookup table.TableFunctionProvider<T> Deprecated. Please useLookupFunctionProvider
to implement synchronous lookup table.