Class RangeAggregateColumnSource.RangeAggregateFillContext

java.lang.Object
io.deephaven.engine.table.impl.sources.aggregate.RangeAggregateColumnSource.RangeAggregateFillContext
All Implemented Interfaces:
ChunkSource.FillContext, Context, SafeCloseable, AutoCloseable
Enclosing class:
RangeAggregateColumnSource<VECTOR_TYPE extends Vector<VECTOR_TYPE>,COMPONENT_TYPE>

protected static final class RangeAggregateColumnSource.RangeAggregateFillContext extends Object implements ChunkSource.FillContext
  • Field Details

  • Method Details

    • close

      public void close()
      Description copied from interface: Context
      Release any resources associated with this context. The context should not be used afterwards.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Context
      Specified by:
      close in interface SafeCloseable