Class SingleSidedComparableRangeFilter

All Implemented Interfaces:
Expression, Filter, WhereFilter, Serializable

public class SingleSidedComparableRangeFilter extends AbstractRangeFilter
See Also:
  • Method Details

    • makeForTest

      @TestUseOnly public static SingleSidedComparableRangeFilter makeForTest(String columnName, Comparable<?> value, boolean inclusive, boolean isGreaterThan)
    • init

      public void init(@NotNull @NotNull TableDefinition tableDefinition)
      Description copied from interface: WhereFilter
      Initialize this filter given the table definition. If this filter has already been initialized, this should be a no-op, or optionally validate that the table definition is compatible with previous initialization.
      Parameters:
      tableDefinition - the definition of the table that will be filtered
    • makeComparableChunkFilter

      public static ChunkFilter makeComparableChunkFilter(Comparable<?> pivot, boolean inclusive, boolean isGreaterThan)
    • copy

      public WhereFilter copy()
      Description copied from interface: WhereFilter
      Create a copy of this WhereFilter.
      Returns:
      an independent copy of this WhereFilter.
    • toString

      public String toString()
      Overrides:
      toString in class Object