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