| Class | Description |
|---|---|
| HiveCalciteUtil |
Generic utility functions needed for Calcite based Hive CBO.
|
| HiveCalciteUtil.ConstantFinder |
Walks over an expression and determines whether it is constant.
|
| HiveCalciteUtil.JoinLeafPredicateInfo |
JoinLeafPredicateInfo represents leaf predicate in Join condition
(conjuctive lement).
|
| HiveCalciteUtil.JoinPredicateInfo |
JoinPredicateInfo represents Join condition; JoinPredicate Info uses
JoinLeafPredicateInfo to represent individual conjunctive elements in the
predicate.
JoinPredicateInfo = JoinLeafPredicateInfo1 and JoinLeafPredicateInfo2... |
| HiveConfigContext | |
| HiveDefaultRelMetadataProvider | |
| HiveRelCollation | |
| HiveRelDistribution | |
| HiveRelOptUtil | |
| HiveTypeSystemImpl | |
| RelOptHiveTable | |
| TraitsUtil |
| Enum | Description |
|---|---|
| CalciteSemanticException.UnsupportedFeature |
| Exception | Description |
|---|---|
| CalciteSemanticException |
Exception from SemanticAnalyzer.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.