public class CsvProjectTableScanRule extends 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 |
description, operands| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(RelOptRuleCall call) |
any, convert, convert, convertList, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, some, toString, unorderedpublic static final CsvProjectTableScanRule INSTANCE
public void onMatch(RelOptRuleCall call)
onMatch in class RelOptRuleCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.