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