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
-
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
-
Constructor Details
-
VCSFillContext
-
-
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
-