Uses of Class
org.apache.flink.table.catalog.CatalogManager
-
-
Uses of CatalogManager in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return CatalogManager Modifier and Type Method Description CatalogManagerExecutableOperationContextImpl. getCatalogManager()CatalogManagerTableEnvironmentImpl. getCatalogManager()CatalogManagerTableEnvironmentInternal. getCatalogManager()Returns aCatalogManagerthat deals with all catalog objects.Constructors in org.apache.flink.table.api.internal with parameters of type CatalogManager 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 CatalogManager in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogManager Modifier and Type Method Description CatalogManagerCatalogManager.Builder. build()Constructors in org.apache.flink.table.catalog with parameters of type CatalogManager Constructor Description FunctionCatalog(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 CatalogManager Modifier and Type Method Description CatalogManagerPlannerFactory.Context. getCatalogManager()The catalog manager to look up tables and views.CatalogManagerPlannerFactory.DefaultPlannerContext. getCatalogManager()Constructors in org.apache.flink.table.delegation with parameters of type CatalogManager Constructor Description DefaultPlannerContext(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 CatalogManager 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 CatalogManager in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return CatalogManager Modifier and Type Method Description CatalogManagerExecutableOperation.Context. getCatalogManager()Methods in org.apache.flink.table.operations with parameters of type CatalogManager Modifier and Type Method Description SinkModifyOperationCreateTableASOperation. toSinkModifyOperation(CatalogManager catalogManager)SinkModifyOperationReplaceTableAsOperation. toSinkModifyOperation(CatalogManager catalogManager)
-