Uses of Class
org.apache.flink.table.catalog.FunctionCatalog
Packages that use FunctionCatalog
Package
Description
-
Uses of FunctionCatalog in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as FunctionCatalogModifier and TypeFieldDescriptionprotected final FunctionCatalogTableEnvironmentImpl.functionCatalogMethods in org.apache.flink.table.api.internal that return FunctionCatalogConstructors in org.apache.flink.table.api.internal with parameters of type FunctionCatalogModifierConstructorDescriptionExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode) protectedTableEnvironmentImpl(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 -
Uses of FunctionCatalog in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return FunctionCatalogModifier and TypeMethodDescriptionPlannerFactory.Context.getFunctionCatalog()The function catalog to look up user defined functions.PlannerFactory.DefaultPlannerContext.getFunctionCatalog()Constructors in org.apache.flink.table.delegation with parameters of type FunctionCatalogModifierConstructorDescriptionDefaultPlannerContext(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 FunctionCatalogModifier and TypeMethodDescriptionstatic 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