| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SemiJoinRule.JoinToSemiJoinRule
SemiJoinRule that matches a Join with an empty Aggregate as its right
child.
|
static class |
SemiJoinRule.ProjectToSemiJoinRule
SemiJoinRule that matches a Project on top of a Join with an Aggregate
as its right child.
|
| Modifier and Type | Field and Description |
|---|---|
static SemiJoinRule |
SemiJoinRule.JOIN |
static SemiJoinRule |
SemiJoinRule.PROJECT |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.