Class BytePermuteKernel
java.lang.Object
io.deephaven.engine.table.impl.sort.permute.BytePermuteKernel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Any>
voidpermute
(ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues) static <T extends Any>
voidpermute
(IntChunk<ChunkPositions> inputPositions, ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues) static <T extends Any>
voidpermuteInput
(ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> inputPositions, WritableByteChunk<? super T> outputValues)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BytePermuteKernel
public BytePermuteKernel()
-
-
Method Details
-
permute
public static <T extends Any> void permute(ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues) -
permuteInput
public static <T extends Any> void permuteInput(ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> inputPositions, WritableByteChunk<? super T> outputValues) -
permute
public static <T extends Any> void permute(IntChunk<ChunkPositions> inputPositions, ByteChunk<? extends T> inputValues, IntChunk<ChunkPositions> outputPositions, WritableByteChunk<? super T> outputValues)
-