Class ViewColumnSource.VCSFillContext
java.lang.Object
io.deephaven.engine.table.impl.sources.ViewColumnSource.VCSFillContext
- All Implemented Interfaces:
ChunkSource.FillContext,Context,SafeCloseable,AutoCloseable
- Enclosing class:
- ViewColumnSource<T>
public static class ViewColumnSource.VCSFillContext
extends Object
implements ChunkSource.FillContext
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
VCSFillContext
-
-
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
-