public abstract class InfoSchemaPushFilterIntoRecordGenerator extends StoragePluginOptimizerRule
| Modifier and Type | Field and Description |
|---|---|
static StoragePluginOptimizerRule |
IS_FILTER_ON_PROJECT |
static StoragePluginOptimizerRule |
IS_FILTER_ON_SCAN |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doMatch(org.apache.calcite.plan.RelOptRuleCall call,
ScanPrel scan,
ProjectPrel project,
FilterPrel filter) |
public static final StoragePluginOptimizerRule IS_FILTER_ON_PROJECT
public static final StoragePluginOptimizerRule IS_FILTER_ON_SCAN
protected void doMatch(org.apache.calcite.plan.RelOptRuleCall call,
ScanPrel scan,
ProjectPrel project,
FilterPrel filter)
Copyright © 2017 The Apache Software Foundation. All rights reserved.