/* The sorter is responsible for doing the cloning */
sorter.insert(inputRow.getRowArray());
}
source.close();
sortProperties = sorter.getSortInfo().getAllSortInfo(sortProperties);
sorter.completedInserts();
return tc.openSortScan(sortId, activation.getResultSetHoldability());
}