public class JDBCFilterPushDownRule
extends org.apache.calcite.plan.RelOptRule
HiveFilter
from a HiveJoin operator.
if the HiveFilter could be replaced by two HiveFilter operators that one of them could be pushed down below the
HiveJdbcConverter| Modifier and Type | Field and Description |
|---|---|
static JDBCFilterPushDownRule |
INSTANCE |
| Constructor and Description |
|---|
JDBCFilterPushDownRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final JDBCFilterPushDownRule INSTANCE
Copyright © 2022 The Apache Software Foundation. All rights reserved.