| Modifier and Type | Field and Description |
|---|---|
(package private) DruidTable |
DruidQuery.druidTable |
(package private) DruidTable |
DruidQuery.Translator.druidTable |
| Modifier and Type | Method and Description |
|---|---|
DruidTable |
DruidQuery.getDruidTable() |
| Modifier and Type | Method and Description |
|---|---|
private static DruidQuery |
DruidQuery.create(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table,
DruidTable druidTable,
List<org.joda.time.Interval> intervals,
List<RelNode> rels)
Creates a DruidQuery.
|
static DruidQuery |
DruidQuery.create(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table,
DruidTable druidTable,
List<RelNode> rels)
Creates a DruidQuery.
|
| Constructor and Description |
|---|
DruidQuery(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table,
DruidTable druidTable,
List<org.joda.time.Interval> intervals,
List<RelNode> rels)
Creates a DruidQuery.
|
Translator(DruidTable druidTable,
RelDataType rowType) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.