Uses of Class
org.apache.flink.table.catalog.FunctionCatalog
-
-
Uses of FunctionCatalog in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as FunctionCatalog Modifier and Type Field Description protected FunctionCatalogTableEnvironmentImpl. functionCatalogMethods in org.apache.flink.table.api.internal that return FunctionCatalog Modifier and Type Method Description FunctionCatalogExecutableOperationContextImpl. getFunctionCatalog()Constructors in org.apache.flink.table.api.internal with parameters of type FunctionCatalog Constructor Description ExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode)TableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode) -
Uses of FunctionCatalog in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return FunctionCatalog Modifier and Type Method Description FunctionCatalogFunctionCatalog. copy(ResourceManager newResourceManager) -
Uses of FunctionCatalog in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return FunctionCatalog Modifier and Type Method Description FunctionCatalogPlannerFactory.Context. getFunctionCatalog()The function catalog to look up user defined functions.FunctionCatalogPlannerFactory.DefaultPlannerContext. getFunctionCatalog()Constructors in org.apache.flink.table.delegation with parameters of type FunctionCatalog Constructor Description DefaultPlannerContext(Executor executor, TableConfig tableConfig, ClassLoader classLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) -
Uses of FunctionCatalog in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type FunctionCatalog Modifier and Type Method Description static PlannerPlannerFactoryUtil. createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)Discovers a planner factory and creates a planner instance. -
Uses of FunctionCatalog in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return FunctionCatalog Modifier and Type Method Description FunctionCatalogExecutableOperation.Context. getFunctionCatalog()
-