@InterfaceAudience.Private @InterfaceStability.Unstable public class SortColInfo extends Object implements Serializable
SortInfo
Modifier and Type | Class and Description |
---|---|
static class |
SortColInfo.Order |
Constructor and Description |
---|
SortColInfo(String colName,
int colIndex,
SortColInfo.Order orderingType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getColIndex() |
String |
getColName() |
SortColInfo.Order |
getSortOrder() |
int |
hashCode() |
String |
toString() |
public SortColInfo(String colName, int colIndex, SortColInfo.Order orderingType)
colName
- sort column namecolIndex
- index position (0 based) of sort columnorderingType
- whether the column is sorted ascending or descendingpublic String getColName()
public int getColIndex()
public SortColInfo.Order getSortOrder()
Copyright © 2007-2017 The Apache Software Foundation