Interface ResettableContext

All Superinterfaces:
AutoCloseable, Context, SafeCloseable
All Known Implementing Classes:
ArrowWrapperTools.Shareable, SharedContext

public interface ResettableContext extends Context
Resettable Context interface, for contexts that must be reset between steps of an operation (e.g. when advancing to a new region, or a new chunk of ordered keys).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reset this context before it will be used again.

    Methods inherited from interface io.deephaven.engine.table.Context

    close
  • Method Details

    • reset

      void reset()
      Reset this context before it will be used again.