public class HivePartitionPruneRule
extends org.apache.calcite.plan.RelOptRule
| Constructor and Description |
|---|
HivePartitionPruneRule(HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
protected void |
perform(org.apache.calcite.plan.RelOptRuleCall call,
org.apache.calcite.rel.core.Filter filter,
HiveTableScan tScan) |
public HivePartitionPruneRule(HiveConf conf)
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
onMatch in class org.apache.calcite.plan.RelOptRuleprotected void perform(org.apache.calcite.plan.RelOptRuleCall call,
org.apache.calcite.rel.core.Filter filter,
HiveTableScan tScan)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.