Class FillContextPython

java.lang.Object
io.deephaven.engine.table.impl.select.python.FillContextPython
All Implemented Interfaces:
Context, Formula.FillContext, SafeCloseable, AutoCloseable

public class FillContextPython extends Object implements Formula.FillContext
  • Field Details

  • Constructor Details

  • Method Details

    • resolveColumnChunks

      public void resolveColumnChunks(Chunk<?>[] sourceChunks, int chunkSize)
    • getChunkedArgs

      public Object[] getChunkedArgs()
    • getChunkedArgTypes

      public Class<?>[] getChunkedArgTypes()
    • 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