Uses of Interface
org.apache.druid.sql.calcite.run.SqlEngine
Packages that use SqlEngine
Package
Description
-
Uses of SqlEngine in org.apache.druid.sql
Methods in org.apache.druid.sql with parameters of type SqlEngineConstructors in org.apache.druid.sql with parameters of type SqlEngineModifierConstructorDescriptionSqlToolbox(SqlEngine engine, PlannerFactory plannerFactory, ServiceEmitter emitter, RequestLogger requestLogger, QueryScheduler queryScheduler, SqlLifecycleManager sqlLifecycleManager) -
Uses of SqlEngine in org.apache.druid.sql.calcite.planner
Methods in org.apache.druid.sql.calcite.planner that return SqlEngineModifier and TypeMethodDescriptionDruidPlanner.HandlerContextImpl.engine()SqlStatementHandler.HandlerContext.engine()PlannerContext.getEngine()Methods in org.apache.druid.sql.calcite.planner with parameters of type SqlEngineModifier and TypeMethodDescriptionstatic PlannerContextPlannerContext.create(PlannerToolbox plannerToolbox, String sql, org.apache.calcite.sql.SqlNode sqlNode, SqlEngine engine, Set<String> authContextKeys, Map<String, Object> queryContext, PlannerHook hook) PlannerFactory.createPlanner(SqlEngine engine, String sql, org.apache.calcite.sql.SqlNode sqlNode, Set<String> authContextKeys, Map<String, Object> queryContext, PlannerHook hook) Create a Druid query planner from an initial query context.PlannerFactory.createPlannerForTesting(SqlEngine engine, String sql, Map<String, Object> queryContext) Not just visible for, but only for testing. -
Uses of SqlEngine in org.apache.druid.sql.calcite.run
Classes in org.apache.druid.sql.calcite.run that implement SqlEngine -
Uses of SqlEngine in org.apache.druid.sql.calcite.view
Classes in org.apache.druid.sql.calcite.view that implement SqlEngineModifier and TypeClassDescriptionclassEngine used for getting the row type of views. -
Uses of SqlEngine in org.apache.druid.sql.http
Methods in org.apache.druid.sql.http that return SqlEngineMethods in org.apache.druid.sql.http that return types with arguments of type SqlEngineConstructor parameters in org.apache.druid.sql.http with type arguments of type SqlEngine