Class DoubleSortCheck

java.lang.Object
io.deephaven.engine.table.impl.sortcheck.DoubleSortCheck
All Implemented Interfaces:
SortCheck

public class DoubleSortCheck extends Object implements SortCheck
  • Constructor Details

    • DoubleSortCheck

      public DoubleSortCheck()
  • Method Details

    • sortCheck

      public int sortCheck(Chunk<? extends Values> valuesToCheck)
      Description copied from interface: SortCheck
      Verify that the provided values are in order.
      Specified by:
      sortCheck in interface SortCheck
      Parameters:
      valuesToCheck - a chunk of values to check for out of order elements
      Returns:
      the first position of an out-of-order element, or -1 if all elements are in order