@Value.Enclosing public class CsvProjectTableScanRule extends org.apache.calcite.plan.RelRule<CsvProjectTableScanRule.Config>
CsvTableScan scan just the columns
needed to satisfy a projection. If the projection's expressions are trivial,
the projection is removed.FileRules.PROJECT_SCAN| Modifier and Type | Class and Description |
|---|---|
static interface |
CsvProjectTableScanRule.Config
Rule configuration.
|
org.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransform| Modifier | Constructor and Description |
|---|---|
protected |
CsvProjectTableScanRule(CsvProjectTableScanRule.Config config)
Creates a CsvProjectTableScanRule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedprotected CsvProjectTableScanRule(CsvProjectTableScanRule.Config config)
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.