Class BytePermuteKernel
java.lang.Object
com.illumon.iris.db.v2.sort.permute.BytePermuteKernel
public class BytePermuteKernel extends Object
-
Field Summary
Fields Modifier and Type Field Description static PermuteKernel
INSTANCE
-
Constructor Summary
Constructors Constructor Description BytePermuteKernel()
-
Method Summary
Modifier and Type Method Description static <T extends Attributes.Any>
voidpermute(ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues)
static <T extends Attributes.Any>
voidpermute(IntChunk<Attributes.ChunkPositions> inputPositions, ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues)
static <T extends Attributes.Any>
voidpermuteInput(ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> inputPositions, WritableByteChunk<? super T> outputValues)
-
Field Details
-
Constructor Details
-
BytePermuteKernel
public BytePermuteKernel()
-
-
Method Details
-
permute
public static <T extends Attributes.Any> void permute(ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues) -
permuteInput
public static <T extends Attributes.Any> void permuteInput(ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> inputPositions, WritableByteChunk<? super T> outputValues) -
permute
public static <T extends Attributes.Any> void permute(IntChunk<Attributes.ChunkPositions> inputPositions, ByteChunk<? extends T> inputValues, IntChunk<Attributes.ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues)
-