| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.calcite.rules | |
| org.apache.hadoop.hive.ql.optimizer.calcite.rules.jdbc |
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveFilterJoinRule.HiveFilterJoinMergeRule
Rule that tries to push filter expressions into a join condition and into
the inputs of the join.
|
static class |
HiveFilterJoinRule.HiveFilterJoinTransposeRule |
static class |
HiveFilterJoinRule.HiveFilterNonFilteringJoinMergeRule
Rule that tries to push filter expressions into a join condition and into
the inputs of the join, iff the join is a column appending
non-filtering join.
|
| Modifier and Type | Field and Description |
|---|---|
static HiveFilterJoinRule |
HiveFilterJoinRule.FILTER_ON_JOIN |
static HiveFilterJoinRule |
HiveFilterJoinRule.FILTER_ON_NON_FILTERING_JOIN |
static HiveFilterJoinRule |
HiveFilterJoinRule.JOIN |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCFilterJoinRule
Rule that tries to push filter expressions into a join condition and into
the inputs of the join.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.