457458459460461462463464465466467
if (comparator == null) { TypedComparator c = Type.newComparator(session); SortAndSlice sort = new SortAndSlice(); sort.prepareMultiColumn(dataTypes.length); c.setType(this, sort); comparator = c; }