Class ViewColumnSource.VCSFillContext

java.lang.Object
com.illumon.iris.db.v2.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 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