|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExprNodeConstantDesc | |
|---|---|
| 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 | |
| Uses of ExprNodeConstantDesc in org.apache.hadoop.hive.ql.exec |
|---|
| Constructors in org.apache.hadoop.hive.ql.exec with parameters of type ExprNodeConstantDesc | |
|---|---|
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr)
|
|
| Uses of ExprNodeConstantDesc in org.apache.hadoop.hive.ql.exec.vector.udf |
|---|
| Methods in org.apache.hadoop.hive.ql.exec.vector.udf that return ExprNodeConstantDesc | |
|---|---|
ExprNodeConstantDesc |
VectorUDFArgDesc.getConstExpr()
|
| Methods in org.apache.hadoop.hive.ql.exec.vector.udf with parameters of type ExprNodeConstantDesc | |
|---|---|
void |
VectorUDFArgDesc.setConstant(ExprNodeConstantDesc expr)
Set this argument to a constant value extracted from the expression tree. |
void |
VectorUDFArgDesc.setConstExpr(ExprNodeConstantDesc constExpr)
|
| Uses of ExprNodeConstantDesc in org.apache.hadoop.hive.ql.index |
|---|
| Methods in org.apache.hadoop.hive.ql.index that return ExprNodeConstantDesc | |
|---|---|
ExprNodeConstantDesc |
IndexSearchCondition.getConstantDesc()
|
| Methods in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeConstantDesc | |
|---|---|
void |
IndexSearchCondition.setConstantDesc(ExprNodeConstantDesc constantDesc)
|
| Constructors in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeConstantDesc | |
|---|---|
IndexSearchCondition(ExprNodeColumnDesc columnDesc,
String comparisonOp,
ExprNodeConstantDesc constantDesc,
ExprNodeGenericFuncDesc comparisonExpr)
Constructs a search condition, which takes the form |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||