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