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 LookupFunction
LookupFunctionProvider. createLookupFunction()
Creates anLookupFunction
instance.Methods in org.apache.flink.table.connector.source.lookup with parameters of type LookupFunction Modifier and Type Method Description static LookupFunctionProvider
LookupFunctionProvider. of(LookupFunction lookupFunction)
Helper function for creating a static provider.static PartialCachingLookupProvider
PartialCachingLookupProvider. of(LookupFunction lookupFunction, LookupCache cache)
-