| Package | Description |
|---|---|
| io.druid.sql.calcite.rel | |
| io.druid.sql.calcite.rule |
| Modifier and Type | Method and Description |
|---|---|
PartialDruidQuery.Stage |
PartialDruidQuery.stage()
Returns the stage corresponding to the rel at the end of the query.
|
static PartialDruidQuery.Stage |
PartialDruidQuery.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartialDruidQuery.Stage[] |
PartialDruidQuery.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartialDruidQuery.canAccept(PartialDruidQuery.Stage stage) |
| Constructor and Description |
|---|
DruidQueryRule(Class<RelType> relClass,
PartialDruidQuery.Stage stage,
BiFunction<PartialDruidQuery,RelType,PartialDruidQuery> f) |
Copyright © 2011–2018. All rights reserved.