Class InstantRangeFilter

All Implemented Interfaces:
Expression, Filter, WhereFilter, Serializable

public class InstantRangeFilter extends LongRangeFilter
See Also:
  • Constructor Details

    • InstantRangeFilter

      public InstantRangeFilter(String columnName, Instant val1, Instant val2)
    • InstantRangeFilter

      public InstantRangeFilter(String columnName, Instant val1, Instant val2, boolean lowerInclusive, boolean upperInclusive)
    • InstantRangeFilter

      public InstantRangeFilter(String columnName, long val1, long val2, boolean lowerInclusive, boolean upperInclusive)
  • Method Details

    • 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.
      Specified by:
      init in interface WhereFilter
      Overrides:
      init in class LongRangeFilter
      Parameters:
      tableDefinition - the definition of the table that will be filtered
    • copy

      public InstantRangeFilter copy()
      Description copied from interface: WhereFilter
      Create a copy of this WhereFilter.
      Specified by:
      copy in interface WhereFilter
      Overrides:
      copy in class LongRangeFilter
      Returns:
      an independent copy of this WhereFilter.
    • toString

      public String toString()
      Overrides:
      toString in class LongRangeFilter