Package io.deephaven.engine.table
Interface ResettableContext
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- All Known Implementing Classes:
ArrowWrapperTools.Shareable
,SharedContext
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
-
Method Details
-
reset
void reset()Reset this context before it will be used again.
-