Class ClockFilter.Range

java.lang.Object
io.deephaven.engine.table.impl.select.ClockFilter.Range
Enclosing class:
ClockFilter

protected static final class ClockFilter.Range extends Object
Representation of a contiguous key range with monotonically nondecreasing timestamp values.
  • Constructor Details

    • Range

      protected Range(long firstKey, long lastKey)
  • Method Details

    • isEmpty

      protected boolean isEmpty()