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