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 Summary
Modifier and TypeFieldDescriptionfinal ChunkSource.GetContext
final ChunkSource.GetContext
final ChunkSource.GetContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Release any resources associated with this context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.ChunkSource.FillContext
supportsUnboundedFill
-
Field Details
-
rowSetsGetContext
-
startPositionsInclusiveGetContext
-
endPositionsExclusiveGetContext
-
-
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 interfaceAutoCloseable
- Specified by:
close
in interfaceContext
- Specified by:
close
in interfaceSafeCloseable
-