| Package | Description |
|---|---|
| org.apache.druid.sql | |
| org.apache.druid.sql.avatica |
| Modifier and Type | Field and Description |
|---|---|
protected SqlQueryPlus |
AbstractStatement.queryPlus |
| Modifier and Type | Method and Description |
|---|---|
SqlQueryPlus |
SqlQueryPlus.Builder.build() |
SqlQueryPlus |
AbstractStatement.query() |
SqlQueryPlus |
DirectStatement.ResultSet.query() |
SqlQueryPlus |
SqlQueryPlus.withContext(Map<String,Object> context) |
SqlQueryPlus |
SqlQueryPlus.withContext(QueryContext context) |
SqlQueryPlus |
SqlQueryPlus.withParameters(List<org.apache.calcite.avatica.remote.TypedValue> parameters) |
| Modifier and Type | Method and Description |
|---|---|
DirectStatement |
SqlStatementFactory.directStatement(SqlQueryPlus sqlRequest) |
PreparedStatement |
SqlStatementFactory.preparedStatement(SqlQueryPlus sqlRequest) |
| Constructor and Description |
|---|
AbstractStatement(SqlToolbox sqlToolbox,
SqlQueryPlus queryPlus,
String remoteAddress) |
DirectStatement(SqlToolbox lifecycleToolbox,
SqlQueryPlus sqlRequest) |
DirectStatement(SqlToolbox lifecycleToolbox,
SqlQueryPlus queryPlus,
String remoteAddress) |
PreparedStatement(SqlToolbox lifecycleToolbox,
SqlQueryPlus queryPlus) |
| Modifier and Type | Method and Description |
|---|---|
DruidJdbcPreparedStatement |
DruidConnection.createPreparedStatement(SqlStatementFactory sqlStatementFactory,
SqlQueryPlus sqlQueryPlus,
long maxRowCount) |
void |
DruidJdbcStatement.execute(SqlQueryPlus queryPlus,
long maxRowCount) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.