| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.rel | |
| org.apache.druid.sql.calcite.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidRel<T extends DruidRel> |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidOuterQueryRel
DruidRel that uses a "query" dataSource.
|
class |
DruidQueryRel
DruidRel that uses a "table" dataSource.
|
class |
DruidSemiJoin
DruidRel that has a main query, and also a subquery "right" that is used to filter the main query.
|
class |
DruidUnionRel |
| Modifier and Type | Method and Description |
|---|---|
static DruidSemiJoin |
DruidSemiJoin.create(DruidRel left,
DruidRel right,
List<Integer> leftKeys,
List<Integer> rightKeys,
PlannerContext plannerContext) |
static DruidSemiJoin |
DruidSemiJoin.create(DruidRel left,
DruidRel right,
List<Integer> leftKeys,
List<Integer> rightKeys,
PlannerContext plannerContext) |
static DruidOuterQueryRel |
DruidOuterQueryRel.create(DruidRel sourceRel,
PartialDruidQuery partialQuery) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<DruidRel> |
DruidRules.CAN_BUILD_ON |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.