org.apache.pig
Class SortInfo
java.lang.Object
org.apache.pig.SortInfo
- All Implemented Interfaces:
- Serializable
public class SortInfo
- extends Object
- implements Serializable
Class to communicate sort column information based on
order by statment's sort columns and schema
- See Also:
- Serialized Form
SortInfo
public SortInfo(List<SortColInfo> sortColInfoList)
- Parameters:
sortColInfoList
-
getSortColInfoList
public List<SortColInfo> getSortColInfoList()
- Returns:
- the sortColInfoList
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
isGloballySorted
public boolean isGloballySorted()
- Returns:
- the isGloballySorted
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © ${year} The Apache Software Foundation