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
FieldsModifier and TypeFieldDescriptionfinal ChunkSource.GetContextfinal ChunkSource.GetContextfinal ChunkSource.GetContext -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Release any resources associated with this context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ContextRelease any resources associated with this context. The context should not be used afterwards.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceContext- Specified by:
closein interfaceSafeCloseable
-