Generated by
JDiff

Class org.apache.pig.StoreConfig

Changed Constructors
StoreConfig(String, Schema, SortInfo) Change in type from (String, Schema) to (String, Schema, SortInfo).
@param location
 

Added Methods
SortInfo getSortInfo() This method returns a SortInfo object giving information on the column names in the output schema which correspond to the sort columns and which columns are ascending and those which are descending
void setSortInfo(SortInfo) @param sortInfo the sortInfo to set