public interface QueryMaker
SqlEngine and is tied to a
specific SQL query.| Modifier and Type | Method and Description |
|---|---|
Sequence<Object[]> |
runQuery(DruidQuery druidQuery)
Executes a given Druid query, which is expected to correspond to the SQL query that this QueryMaker was originally
created for.
|
Sequence<Object[]> runQuery(DruidQuery druidQuery)
SqlEngine.resultTypeForSelect(org.apache.calcite.rel.type.RelDataTypeFactory, org.apache.calcite.rel.type.RelDataType) or
SqlEngine.resultTypeForInsert(org.apache.calcite.rel.type.RelDataTypeFactory, org.apache.calcite.rel.type.RelDataType), depending on the nature of the statement.Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.