Class BaseDynamicFillByOperator.SingletonContext

java.lang.Object
com.illumon.iris.db.v2.updateby.fill.BaseDynamicFillByOperator.SingletonContext
All Implemented Interfaces:
ChunkedUpdateByOperator.UpdateContext, SafeCloseable, AutoCloseable
Enclosing class:
BaseDynamicFillByOperator

protected class BaseDynamicFillByOperator.SingletonContext
extends Object
implements ChunkedUpdateByOperator.UpdateContext
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface SafeCloseable
    • advanceRedirectionTo

      protected long advanceRedirectionTo​(long advanceTo)
      Advance the next redirection pointer to the next redirected row at or after the specified key. If there are no more, set it to -1
      Parameters:
      advanceTo - the key to advance to.
      Returns:
      the next redirected row, or -1 if there are none.