Class BooleanIntRadixSortKernel

java.lang.Object
io.deephaven.engine.table.impl.sort.radix.BooleanIntRadixSortKernel

public class BooleanIntRadixSortKernel extends Object
  • 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)