@InterfaceAudience.Private @InterfaceStability.Unstable public class SortInfo extends Object implements Serializable
Constructor and Description |
---|
SortInfo(List<SortColInfo> sortColInfoList) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<SortColInfo> |
getSortColInfoList() |
int |
hashCode() |
boolean |
isGloballySorted() |
String |
toString() |
public SortInfo(List<SortColInfo> sortColInfoList)
sortColInfoList
- list of sortColInfo, one for each field in the datapublic List<SortColInfo> getSortColInfoList()
public boolean isGloballySorted()
Copyright © 2007-2017 The Apache Software Foundation