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