| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PushProjector.OperatorExprCondition
An expression condition that evaluates to true if the expression is
a call to one of a set of operators.
|
| Modifier and Type | Field and Description |
|---|---|
static PushProjector.ExprCondition |
PushProjector.ExprCondition.FALSE
Constant condition that replies
false for all expressions. |
| Constructor and Description |
|---|
ProjectSetOpTransposeRule(PushProjector.ExprCondition preserveExprCondition)
Creates a ProjectSetOpTransposeRule with an explicit condition whether
to preserve expressions.
|
PushProjector(LogicalProject origProj,
RexNode origFilter,
RelNode childRel,
PushProjector.ExprCondition preserveExprCondition)
Creates a PushProjector object for pushing projects past a RelNode.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.