public class ExprNodeColumnListDesc extends ExprNodeDesc
ExprNodeDesc.ExprNodeDescEqualityWrappertypeInfo| Constructor and Description |
|---|
ExprNodeColumnListDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(ExprNodeDesc column) |
ExprNodeDesc |
clone() |
List<ExprNodeDesc> |
getChildren()
Gets the vector of children nodes.
|
List<String> |
getCols() |
TypeInfo |
getTypeInfo() |
String |
getTypeString() |
ObjectInspector |
getWritableObjectInspector() |
boolean |
isSame(Object o) |
void |
setTypeInfo(TypeInfo typeInfo) |
equals, getExprString, getExprString, getExprStringForExplain, getName, hashCodepublic void addColumn(ExprNodeDesc column)
public ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(Object o)
isSame in class ExprNodeDescpublic TypeInfo getTypeInfo()
getTypeInfo in class ExprNodeDescpublic void setTypeInfo(TypeInfo typeInfo)
setTypeInfo in class ExprNodeDescpublic ObjectInspector getWritableObjectInspector()
getWritableObjectInspector in class ExprNodeDescpublic String getTypeString()
getTypeString in class ExprNodeDescpublic List<String> getCols()
getCols in class ExprNodeDescpublic List<ExprNodeDesc> getChildren()
NodegetChildren in interface NodegetChildren in class ExprNodeDescCopyright © 2019 The Apache Software Foundation. All Rights Reserved.