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