| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.index |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
IndexPredicateAnalyzer.analyzePredicate(ExprNodeDesc predicate,
List<IndexSearchCondition> searchConditions)
Deprecated.
Analyzes a predicate.
|
ExprNodeGenericFuncDesc |
IndexPredicateAnalyzer.translateOriginalConditions(List<IndexSearchCondition> searchConditions)
Deprecated.
Translates original conditions back to ExprNodeDesc form (as
a left-deep conjunction).
|
ExprNodeGenericFuncDesc |
IndexPredicateAnalyzer.translateSearchConditions(List<IndexSearchCondition> searchConditions)
Deprecated.
Translates search conditions back to ExprNodeDesc form (as
a left-deep conjunction).
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.