Class ShortTimsortKernel.ShortSortKernelContext<ATTR extends Any>

java.lang.Object
io.deephaven.engine.table.impl.sort.timsort.ShortTimsortKernel.ShortSortKernelContext<ATTR>
All Implemented Interfaces:
Context, SafeCloseable, AutoCloseable
Enclosing class:
ShortTimsortKernel

public static class ShortTimsortKernel.ShortSortKernelContext<ATTR extends Any> extends Object implements Context
  • Method Details

    • sort

      public void sort(WritableChunk<ATTR> valuesToSort)
    • 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