Uses of Interface
org.apache.flink.table.catalog.FunctionLookup
Packages that use FunctionLookup
Package
Description
-
Uses of FunctionLookup in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type FunctionLookupModifier and TypeMethodDescriptionstatic TableImplTableImpl.createTable(TableEnvironmentInternal tableEnvironment, QueryOperation operationTree, OperationTreeBuilder operationTreeBuilder, FunctionLookup functionLookup) -
Uses of FunctionLookup in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return FunctionLookupModifier and TypeMethodDescriptionFunctionCatalog.asLookup(Function<String, org.apache.flink.table.catalog.UnresolvedIdentifier> parser) Creates aFunctionLookupto thisFunctionCatalog. -
Uses of FunctionLookup in org.apache.flink.table.expressions.resolver
Methods in org.apache.flink.table.expressions.resolver with parameters of type FunctionLookupModifier and TypeMethodDescriptionExpressionResolver.resolverFor(TableConfig tableConfig, ClassLoader userClassLoader, TableReferenceLookup tableCatalog, FunctionLookup functionLookup, org.apache.flink.table.catalog.DataTypeFactory typeFactory, SqlExpressionResolver sqlExpressionResolver, QueryOperation... inputs) Creates a builder forExpressionResolver.Constructors in org.apache.flink.table.expressions.resolver with parameters of type FunctionLookup -
Uses of FunctionLookup in org.apache.flink.table.expressions.resolver.rules
Methods in org.apache.flink.table.expressions.resolver.rules that return FunctionLookupModifier and TypeMethodDescriptionResolverRule.ResolutionContext.functionLookup()Access to availableFunctionDefinitions. -
Uses of FunctionLookup in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type FunctionLookupModifier and TypeMethodDescriptionstatic OperationTreeBuilderOperationTreeBuilder.create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)