public class FlowFileProjectTableScanRule
extends org.apache.calcite.plan.RelOptRule
FlowFileTableScan scan just the columns
needed to satisfy a projection. If the projection's expressions are trivial,
the projection is removed.| Modifier and Type | Field and Description |
|---|---|
static FlowFileProjectTableScanRule |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
FlowFileProjectTableScanRule() |
| Modifier and Type | Method and Description |
|---|---|
private int[] |
getProjectFields(List<org.apache.calcite.rex.RexNode> exps) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final FlowFileProjectTableScanRule INSTANCE
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
onMatch in class org.apache.calcite.plan.RelOptRuleprivate int[] getProjectFields(List<org.apache.calcite.rex.RexNode> exps)
Copyright © 2023 Apache NiFi Project. All rights reserved.