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