Uses of Package
org.apache.druid.sql
Packages that use org.apache.druid.sql
Package
Description
-
Classes in org.apache.druid.sql used by org.apache.druid.sqlClassDescriptionRepresents a SQL statement either for preparation or execution.Lifecycle for direct SQL statement execution, which means that the query is planned and executed in a single step, with no "prepare" step.Represents the execution plan for a query with the ability to run that plan (once).SQL statement lifecycle for the HTTP endpoint.Statement for the JDBC prepare-once, execute many model.Side-car class which reports logs and metrics for an
HttpStatement.This class manages only authorizedDirectStatements submitted via HTTP, such asSqlResource.Captures the inputs to a SQL execution request: the statement (as a string), the parsed statement, the context, parameters, and the authorization result.This class transforms the values of TIMESTAMP or DATE type for sql query results.Provides the plan and execution resources to process SQL queries. -
Classes in org.apache.druid.sql used by org.apache.druid.sql.avaticaClassDescriptionLifecycle for direct SQL statement execution, which means that the query is planned and executed in a single step, with no "prepare" step.Statement for the JDBC prepare-once, execute many model.Captures the inputs to a SQL execution request: the statement (as a string), the parsed statement, the context, parameters, and the authorization result.A class for the creation of Statements, which happen to be used for Sql.
-
Classes in org.apache.druid.sql used by org.apache.druid.sql.calcite.runClassDescriptionA class for the creation of Statements, which happen to be used for Sql.Provides the plan and execution resources to process SQL queries.
-
Classes in org.apache.druid.sql used by org.apache.druid.sql.calcite.viewClassDescriptionA class for the creation of Statements, which happen to be used for Sql.
-
Classes in org.apache.druid.sql used by org.apache.druid.sql.guiceClassDescriptionThis class manages only authorized
DirectStatements submitted via HTTP, such asSqlResource.A class for the creation of Statements, which happen to be used for Sql.Provides the plan and execution resources to process SQL queries. -
Classes in org.apache.druid.sql used by org.apache.druid.sql.httpClassDescriptionSQL statement lifecycle for the HTTP endpoint.This class manages only authorized
DirectStatements submitted via HTTP, such asSqlResource.Captures the inputs to a SQL execution request: the statement (as a string), the parsed statement, the context, parameters, and the authorization result.