public class ExprNodeColumnListDesc extends ExprNodeDesc
ExprNodeDesc.ExprNodeDescEqualityWrapper
typeInfo
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) |
getExprString, getName, hashCode
public void addColumn(ExprNodeDesc column)
public ExprNodeDesc clone()
clone
in class ExprNodeDesc
public boolean isSame(Object o)
isSame
in class ExprNodeDesc
public TypeInfo getTypeInfo()
getTypeInfo
in class ExprNodeDesc
public void setTypeInfo(TypeInfo typeInfo)
setTypeInfo
in class ExprNodeDesc
public ObjectInspector getWritableObjectInspector()
getWritableObjectInspector
in class ExprNodeDesc
public String getTypeString()
getTypeString
in class ExprNodeDesc
public List<String> getCols()
getCols
in class ExprNodeDesc
public List<ExprNodeDesc> getChildren()
Node
getChildren
in interface Node
getChildren
in class ExprNodeDesc
Copyright © 2017 The Apache Software Foundation. All rights reserved.