Uses of Interface
org.apache.flink.table.catalog.FunctionLookup
-
-
Uses of FunctionLookup in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type FunctionLookup Modifier and Type Method Description static 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 FunctionLookup Modifier and Type Method Description FunctionLookupFunctionCatalog. 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 FunctionLookup Modifier and Type Method Description static ExpressionResolver.ExpressionResolverBuilderExpressionResolver. 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 Constructor Description LookupCallResolver(FunctionLookup functionLookup) -
Uses of FunctionLookup in org.apache.flink.table.expressions.resolver.rules
Methods in org.apache.flink.table.expressions.resolver.rules that return FunctionLookup Modifier and Type Method Description FunctionLookupResolverRule.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 FunctionLookup Modifier and Type Method Description static OperationTreeBuilderOperationTreeBuilder. create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)
-