Class WindowPOP.Bound

java.lang.Object
org.apache.drill.exec.physical.config.WindowPOP.Bound
Enclosing class:
WindowPOP

public static class WindowPOP.Bound extends Object
  • Constructor Details

    • Bound

      public Bound(boolean unbounded, long offset)
  • Method Details

    • isUnbounded

      public boolean isUnbounded()
    • isCurrent

      public boolean isCurrent()
    • getOffset

      public long getOffset()
    • toString

      public String toString()
      Overrides:
      toString in class Object