| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.vector.udf | |
| org.apache.hadoop.hive.ql.index | |
| org.apache.hadoop.hive.ql.optimizer.calcite.translator | |
| org.apache.hadoop.hive.ql.plan |
| Constructor and Description |
|---|
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeConstantDesc |
VectorUDFArgDesc.getConstExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorUDFArgDesc.setConstant(ExprNodeConstantDesc expr)
Set this argument to a constant value extracted from the
expression tree.
|
void |
VectorUDFArgDesc.setConstExpr(ExprNodeConstantDesc constExpr) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeConstantDesc |
IndexSearchCondition.getConstantDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSearchCondition.setConstantDesc(ExprNodeConstantDesc constantDesc) |
| Constructor and Description |
|---|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc comparisonExpr) |
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc comparisonExpr,
String[] fields)
Constructs a search condition, which takes the form
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.rex.RexNode |
RexNodeConverter.convert(ExprNodeConstantDesc literal) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeConstantDesc |
ExprNodeConstantDesc.setFoldedFromVal(String foldedFromVal) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.