public class CsvProjectTableScanRule
extends org.apache.calcite.plan.RelOptRule
CsvTableScan 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 CsvProjectTableScanRule |
INSTANCE
Deprecated.
|
| Constructor and Description |
|---|
CsvProjectTableScanRule(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
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, unordered@Deprecated public static final CsvProjectTableScanRule INSTANCE
CsvRules.PROJECT_SCAN.Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.