Uses of Class
org.apache.flink.table.functions.LookupFunction
-
Packages that use LookupFunction Package Description org.apache.flink.table.connector.source.lookup -
-
Uses of LookupFunction in org.apache.flink.table.connector.source.lookup
Methods in org.apache.flink.table.connector.source.lookup that return LookupFunction Modifier and Type Method Description LookupFunctionLookupFunctionProvider. createLookupFunction()Creates anLookupFunctioninstance.Methods in org.apache.flink.table.connector.source.lookup with parameters of type LookupFunction Modifier and Type Method Description static LookupFunctionProviderLookupFunctionProvider. of(LookupFunction lookupFunction)Helper function for creating a static provider.static PartialCachingLookupProviderPartialCachingLookupProvider. of(LookupFunction lookupFunction, LookupCache cache)
-