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