Class ViewColumnSource.VCSGetContext

java.lang.Object
com.illumon.iris.db.v2.sources.ViewColumnSource.VCSGetContext
All Implemented Interfaces:
ChunkSource.GetContext, Context, SafeCloseable, AutoCloseable
Enclosing class:
ViewColumnSource<T>

public static class ViewColumnSource.VCSGetContext extends Object implements ChunkSource.GetContext
  • Constructor Details

  • 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 interface AutoCloseable
      Specified by:
      close in interface Context
      Specified by:
      close in interface SafeCloseable