public class JDBCProjectPushDownRule
extends org.apache.calcite.plan.RelOptRule
HiveProject
into a JdbcRules.JdbcProject
and pushes it down below the HiveJdbcConverter}
operator so it will be sent to the external table.| Modifier and Type | Field and Description |
|---|---|
static JDBCProjectPushDownRule |
INSTANCE |
| Constructor and Description |
|---|
JDBCProjectPushDownRule() |
| 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 JDBCProjectPushDownRule INSTANCE
Copyright © 2024 The Apache Software Foundation. All rights reserved.