Uses of Class
org.apache.druid.sql.calcite.schema.DruidSchemaCatalog
Packages that use DruidSchemaCatalog
-
Uses of DruidSchemaCatalog in org.apache.druid.sql.calcite.planner
Fields in org.apache.druid.sql.calcite.planner declared as DruidSchemaCatalogMethods in org.apache.druid.sql.calcite.planner that return DruidSchemaCatalogConstructors in org.apache.druid.sql.calcite.planner with parameters of type DruidSchemaCatalogModifierConstructorDescriptionPlannerFactory(DruidSchemaCatalog rootSchema, DruidOperatorTable operatorTable, ExprMacroTable macroTable, PlannerConfig plannerConfig, AuthorizerMapper authorizerMapper, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, String druidSchemaName, CalciteRulesManager calciteRuleManager, JoinableFactoryWrapper joinableFactoryWrapper, CatalogResolver catalog, AuthConfig authConfig, PolicyEnforcer policyEnforcer, DruidHookDispatcher hookDispatcher) PlannerToolbox(DruidOperatorTable operatorTable, ExprMacroTable macroTable, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, PlannerConfig plannerConfig, DruidSchemaCatalog rootSchema, JoinableFactoryWrapper joinableFactoryWrapper, CatalogResolver catalog, String druidSchemaName, CalciteRulesManager calciteRuleManager, AuthorizerMapper authorizerMapper, AuthConfig authConfig, PolicyEnforcer policyEnforcer, DruidHookDispatcher hookDispatcher) -
Uses of DruidSchemaCatalog in org.apache.druid.sql.calcite.schema
Methods in org.apache.druid.sql.calcite.schema that return DruidSchemaCatalogConstructors in org.apache.druid.sql.calcite.schema with parameters of type DruidSchemaCatalogModifierConstructorDescriptionInformationSchema(DruidSchemaCatalog rootSchema, AuthorizerMapper authorizerMapper, DruidOperatorTable operatorTable)