Uses of Annotation Interface
org.apache.druid.sql.calcite.schema.DruidSchemaName
Packages that use DruidSchemaName
Package
Description
-
Uses of DruidSchemaName in org.apache.druid.sql.calcite.planner
Constructor parameters in org.apache.druid.sql.calcite.planner with annotations of type DruidSchemaNameModifierConstructorDescriptionPlannerFactory(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) -
Uses of DruidSchemaName in org.apache.druid.sql.calcite.schema
Constructor parameters in org.apache.druid.sql.calcite.schema with annotations of type DruidSchemaName -
Uses of DruidSchemaName in org.apache.druid.sql.calcite.view
Constructor parameters in org.apache.druid.sql.calcite.view with annotations of type DruidSchemaNameModifierConstructorDescriptionDruidViewMacro(PlannerFactory plannerFactory, String viewSql, String druidSchemaName)