public class ExprNodeColumnListDesc extends ExprNodeDesc
ExprNodeDesc.ExprNodeDescEqualityWrapper| Constructor and Description |
|---|
ExprNodeColumnListDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(ExprNodeColumnDesc column) |
ExprNodeDesc |
clone() |
java.util.List<ExprNodeDesc> |
getChildren()
Gets the vector of children nodes.
|
java.util.List<java.lang.String> |
getCols() |
TypeInfo |
getTypeInfo() |
java.lang.String |
getTypeString() |
ObjectInspector |
getWritableObjectInspector() |
boolean |
isSame(java.lang.Object o) |
void |
setTypeInfo(TypeInfo typeInfo) |
getExprString, getName, hashCodepublic void addColumn(ExprNodeColumnDesc column)
public ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(java.lang.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 java.lang.String getTypeString()
getTypeString in class ExprNodeDescpublic java.util.List<java.lang.String> getCols()
getCols in class ExprNodeDescpublic java.util.List<ExprNodeDesc> getChildren()
NodegetChildren in interface NodegetChildren in class ExprNodeDescCopyright © 2012 The Apache Software Foundation