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.| 限定符和类型 | 字段和说明 |
|---|---|
static CsvProjectTableScanRule |
INSTANCE |
| 构造器和说明 |
|---|
CsvProjectTableScanRule(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Creates a CsvProjectTableScanRule.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
public static final CsvProjectTableScanRule INSTANCE
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.