Class IntPermuteKernel
java.lang.Object
com.illumon.iris.db.v2.sort.permute.IntPermuteKernel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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
-
INSTANCE
-
-
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)
-