Class FloatSortCheck

java.lang.Object
com.illumon.iris.db.v2.sortcheck.FloatSortCheck
All Implemented Interfaces:
SortCheck

public class FloatSortCheck extends Object implements SortCheck
  • Constructor Details

    • FloatSortCheck

      public FloatSortCheck()
  • Method Details

    • sortCheck

      public int sortCheck(Chunk<? extends Attributes.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