Uses of Class
org.apache.flink.table.catalog.CatalogManager
Packages that use CatalogManager
Package
Description
-
Uses of CatalogManager in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return CatalogManagerModifier and TypeMethodDescriptionExecutableOperationContextImpl.getCatalogManager()TableEnvironmentImpl.getCatalogManager()TableEnvironmentInternal.getCatalogManager()Returns aCatalogManagerthat deals with all catalog objects.Constructors in org.apache.flink.table.api.internal with parameters of type CatalogManagerModifierConstructorDescriptionExecutableOperationContextImpl(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 CatalogManager in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogManagerConstructors in org.apache.flink.table.catalog with parameters of type CatalogManagerModifierConstructorDescriptionFunctionCatalog(org.apache.flink.configuration.ReadableConfig config, ResourceManager resourceManager, CatalogManager catalogManager, ModuleManager moduleManager) -
Uses of CatalogManager in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return CatalogManagerModifier and TypeMethodDescriptionPlannerFactory.Context.getCatalogManager()The catalog manager to look up tables and views.PlannerFactory.DefaultPlannerContext.getCatalogManager()Constructors in org.apache.flink.table.delegation with parameters of type CatalogManagerModifierConstructorDescriptionDefaultPlannerContext(Executor executor, TableConfig tableConfig, ClassLoader classLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) -
Uses of CatalogManager in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type CatalogManagerModifier 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 CatalogManager in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return CatalogManagerMethods in org.apache.flink.table.operations with parameters of type CatalogManagerModifier and TypeMethodDescriptionCreateTableASOperation.toSinkModifyOperation(CatalogManager catalogManager) ReplaceTableAsOperation.toSinkModifyOperation(CatalogManager catalogManager)