| 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.parse | |
| org.apache.hadoop.hive.ql.plan |
| Constructor and Description |
|---|
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr) |
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr,
org.apache.hadoop.conf.Configuration conf) |
| 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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSearchCondition.setConstantDesc(ExprNodeConstantDesc constantDesc)
Deprecated.
|
| Constructor and Description |
|---|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc comparisonExpr)
Deprecated.
|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc indexExpr,
ExprNodeGenericFuncDesc originalExpr,
String[] fields)
Deprecated.
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 |
|---|---|
static ExprNodeConstantDesc |
TypeCheckProcFactory.NumExprProcessor.createDecimal(String strVal,
boolean notNull) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeConstantDesc |
ExprNodeConstantDesc.setFoldedFromVal(String foldedFromVal) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.