public class ExprNodeSubQueryDesc extends ExprNodeDesc implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ExprNodeSubQueryDesc.SubqueryType |
ExprNodeDesc.ExprNodeDescEqualityWrappertypeInfo| Constructor and Description |
|---|
ExprNodeSubQueryDesc(TypeInfo typeInfo,
org.apache.calcite.rel.RelNode subQuery,
ExprNodeSubQueryDesc.SubqueryType type) |
ExprNodeSubQueryDesc(TypeInfo typeInfo,
org.apache.calcite.rel.RelNode subQuery,
ExprNodeSubQueryDesc.SubqueryType type,
ExprNodeDesc lhs) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
clone() |
org.apache.calcite.rel.RelNode |
getRexSubQuery() |
ExprNodeDesc |
getSubQueryLhs() |
ExprNodeSubQueryDesc.SubqueryType |
getType() |
boolean |
isSame(Object o) |
equals, getChildren, getCols, getExprString, getExprString, getExprStringForExplain, getName, getTypeInfo, getTypeString, getWritableObjectInspector, hashCode, setTypeInfopublic ExprNodeSubQueryDesc(TypeInfo typeInfo, org.apache.calcite.rel.RelNode subQuery, ExprNodeSubQueryDesc.SubqueryType type)
public ExprNodeSubQueryDesc(TypeInfo typeInfo, org.apache.calcite.rel.RelNode subQuery, ExprNodeSubQueryDesc.SubqueryType type, ExprNodeDesc lhs)
public ExprNodeSubQueryDesc.SubqueryType getType()
public ExprNodeDesc getSubQueryLhs()
public org.apache.calcite.rel.RelNode getRexSubQuery()
public ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(Object o)
isSame in class ExprNodeDescCopyright © 2019 The Apache Software Foundation. All Rights Reserved.