Class ShortPermuteKernel
java.lang.Object
com.illumon.iris.db.v2.sort.permute.ShortPermuteKernel
public class ShortPermuteKernel extends Object
-
Field Summary
Fields Modifier and Type Field Description static PermuteKernel
INSTANCE
-
Constructor Summary
Constructors Constructor Description ShortPermuteKernel()
-
Method Summary
Modifier and Type Method Description static <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
-
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)
-