public class ProjectWatermarkAssignerTransposeRule
extends org.apache.calcite.plan.RelOptRule
LogicalWatermarkAssigner and LogicalProject. The transposed
LogicalProject works like a pruner to prune the unused fields from source. The top level
LogicalProject still has to do the calculation, filter and prune the rowtime column if
the query doesn't need.
NOTES: Currently the rule doesn't support nested projection push down.
| Modifier and Type | Field and Description |
|---|---|
static ProjectWatermarkAssignerTransposeRule |
INSTANCE |
| Constructor and Description |
|---|
ProjectWatermarkAssignerTransposeRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final ProjectWatermarkAssignerTransposeRule INSTANCE
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.