| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse.type | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.calcite.rex.RexNode |
RexNodeExprFactory.convertSubquerySomeAll(org.apache.calcite.plan.RelOptCluster cluster,
ASTNode comparisonOp,
SubqueryType subqueryType,
org.apache.calcite.rel.RelNode subqueryRel,
org.apache.calcite.rex.RexNode rexNodeLhs) |
protected abstract T |
ExprFactory.createSubqueryExpr(TypeCheckCtx ctx,
ASTNode subqueryOp,
SubqueryType subqueryType,
Object[] inputs)
Creates subquery expression.
|
protected ExprNodeDesc |
ExprNodeDescExprFactory.createSubqueryExpr(TypeCheckCtx ctx,
ASTNode expr,
SubqueryType subqueryType,
Object[] inputs)
Creates subquery expression.
|
protected org.apache.calcite.rex.RexNode |
RexNodeExprFactory.createSubqueryExpr(TypeCheckCtx ctx,
ASTNode expr,
SubqueryType subqueryType,
Object[] inputs)
Creates subquery expression.
|
| Modifier and Type | Method and Description |
|---|---|
SubqueryType |
ExprNodeSubQueryDesc.getType() |
static SubqueryType |
SubqueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubqueryType[] |
SubqueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExprNodeSubQueryDesc(TypeInfo typeInfo,
org.apache.calcite.rel.RelNode subQuery,
SubqueryType type) |
ExprNodeSubQueryDesc(TypeInfo typeInfo,
org.apache.calcite.rel.RelNode subQuery,
SubqueryType type,
ExprNodeDesc lhs) |
ExprNodeSubQueryDesc(TypeInfo typeInfo,
org.apache.calcite.rel.RelNode subQuery,
SubqueryType type,
ExprNodeDesc lhs,
ASTNode comparisonOp) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.