return _buildDataSet(context, gOp);
}
}
}
if (lastOp instanceof DataSetFilter) {
return dataSet.trim(index.getRows());
}
if (lastOp instanceof DataSetSort) {
DataSetImpl sortedDataSet = new DataSetImpl();
for (DataColumn column : dataSet.getColumns()) {
SortedList sortedValues = new SortedList(column.getValues(), index.getRows());