public class ExprNodeColumnDesc extends ExprNodeDesc implements Serializable
ExprNodeDesc.ExprNodeDescEqualityWrapper
typeInfo
Constructor and Description |
---|
ExprNodeColumnDesc() |
ExprNodeColumnDesc(Class<?> c,
String column,
String tabAlias,
boolean isPartitionColOrVirtualCol) |
ExprNodeColumnDesc(ColumnInfo ci) |
ExprNodeColumnDesc(TypeInfo typeInfo,
String column,
String tabAlias,
boolean isPartitionColOrVirtualCol) |
ExprNodeColumnDesc(TypeInfo typeInfo,
String column,
String tabAlias,
boolean isPartitionColOrVirtualCol,
boolean isSkewedCol) |
Modifier and Type | Method and Description |
---|---|
ExprNodeDesc |
clone() |
List<String> |
getCols() |
String |
getColumn() |
String |
getExprString() |
boolean |
getIsPartitionColOrVirtualCol() |
String |
getTabAlias() |
int |
hashCode() |
boolean |
isSame(Object o) |
boolean |
isSkewedCol() |
void |
setColumn(String column) |
void |
setIsPartitionColOrVirtualCol(boolean isPartitionCol) |
void |
setSkewedCol(boolean isSkewedCol) |
void |
setTabAlias(String tabAlias) |
String |
toString() |
getChildren, getName, getTypeInfo, getTypeString, getWritableObjectInspector, setTypeInfo
public ExprNodeColumnDesc()
public ExprNodeColumnDesc(ColumnInfo ci)
public ExprNodeColumnDesc(TypeInfo typeInfo, String column, String tabAlias, boolean isPartitionColOrVirtualCol)
public ExprNodeColumnDesc(Class<?> c, String column, String tabAlias, boolean isPartitionColOrVirtualCol)
public String getColumn()
public void setColumn(String column)
public String getTabAlias()
public void setTabAlias(String tabAlias)
public boolean getIsPartitionColOrVirtualCol()
public void setIsPartitionColOrVirtualCol(boolean isPartitionCol)
public String getExprString()
getExprString
in class ExprNodeDesc
public List<String> getCols()
getCols
in class ExprNodeDesc
public ExprNodeDesc clone()
clone
in class ExprNodeDesc
public boolean isSame(Object o)
isSame
in class ExprNodeDesc
public boolean isSkewedCol()
public void setSkewedCol(boolean isSkewedCol)
isSkewedCol
- the isSkewedCol to setpublic int hashCode()
hashCode
in class ExprNodeDesc
Copyright © 2017 The Apache Software Foundation. All rights reserved.