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