Class BooleanIntRadixSortKernel
java.lang.Object
io.deephaven.engine.table.impl.sort.radix.BooleanIntRadixSortKernel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <SORT_VALUES_ATTR extends Any,
PERMUTE_VALUES_ATTR extends Any>
IntSortKernel<SORT_VALUES_ATTR,PERMUTE_VALUES_ATTR> createContext
(int size, SortingOrder order, boolean preserveValues)
-
Constructor Details
-
BooleanIntRadixSortKernel
public BooleanIntRadixSortKernel()
-
-
Method Details
-
createContext
public static <SORT_VALUES_ATTR extends Any,PERMUTE_VALUES_ATTR extends Any> IntSortKernel<SORT_VALUES_ATTR,PERMUTE_VALUES_ATTR> createContext(int size, SortingOrder order, boolean preserveValues)
-