Class ViewColumnSource.VCSGetContext
java.lang.Object
io.deephaven.engine.table.impl.sources.ViewColumnSource.VCSGetContext
- All Implemented Interfaces:
ChunkSource.GetContext
,Context
,SafeCloseable
,AutoCloseable
- Enclosing class:
- ViewColumnSource<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Release any resources associated with this context.
-
Constructor Details
-
VCSGetContext
-
-
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
-