Package com.illumon.iris.db.v2.sort
-
Interface Summary Interface Description ByteSortKernel<ATTR extends Attributes.Any,KEY_INDICES extends Attributes.Keys> The SortKernel sorts a chunk of primitive value together with a parallel ByteChunk of KeyIndices.IntSortKernel<ATTR extends Attributes.Any,KEY_INDICES extends Attributes.Keys> The SortKernel sorts a chunk of primitive value together with a parallel IntChunk of KeyIndices.LongMegaMergeKernel<ATTR extends Attributes.Any,KEY_INDICES extends Attributes.Keys> The LongMegaMergeKernel merges sorted chunks into a column source, with a parallel long array of Index keys.LongSortKernel<ATTR extends Attributes.Any,KEY_INDICES extends Attributes.Keys> The SortKernel sorts a chunk of primitive value together with a parallel LongChunk of KeyIndices. -
Class Summary Class Description ReplicateSortKernel