| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
PushProjector.ExprConditionImpl
Implementation of
PushProjector.ExprCondition. |
(package private) 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. |
private PushProjector.ExprCondition |
ProjectFilterTransposeRule.preserveExprCondition
Expressions that should be preserved in the projection
|
private PushProjector.ExprCondition |
ProjectJoinTransposeRule.preserveExprCondition
Condition for expressions that should be preserved in the projection.
|
private PushProjector.ExprCondition |
PushProjector.preserveExprCondition |
private PushProjector.ExprCondition |
PushProjector.InputSpecialOpFinder.preserveExprCondition |
private PushProjector.ExprCondition |
ProjectSetOpTransposeRule.preserveExprCondition
Expressions that should be preserved in the projection
|
static PushProjector.ExprCondition |
PushProjector.ExprCondition.TRUE
Constant condition that replies
true for all expressions. |
| Constructor and Description |
|---|
InputSpecialOpFinder(BitSet rexRefs,
ImmutableBitSet leftFields,
ImmutableBitSet rightFields,
ImmutableBitSet strongFields,
PushProjector.ExprCondition preserveExprCondition,
List<RexNode> preserveLeft,
List<RexNode> preserveRight) |
ProjectFilterTransposeRule(Class<? extends Project> projectClass,
Class<? extends Filter> filterClass,
RelBuilderFactory relBuilderFactory,
PushProjector.ExprCondition preserveExprCondition)
Creates a ProjectFilterTransposeRule.
|
ProjectFilterTransposeRule(RelOptRuleOperand operand,
PushProjector.ExprCondition preserveExprCondition,
RelBuilderFactory relBuilderFactory) |
ProjectJoinTransposeRule(PushProjector.ExprCondition preserveExprCondition,
RelBuilderFactory relFactory)
Creates a ProjectJoinTransposeRule with an explicit condition.
|
ProjectSetOpTransposeRule(PushProjector.ExprCondition preserveExprCondition,
RelBuilderFactory relBuilderFactory)
Creates a ProjectSetOpTransposeRule with an explicit condition whether
to preserve expressions.
|
PushProjector(Project origProj,
RexNode origFilter,
RelNode childRel,
PushProjector.ExprCondition preserveExprCondition,
RelBuilder relBuilder)
Creates a PushProjector object for pushing projects past a RelNode.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.