Interface ArrowIPCWriterOptions.DoneOnGpu

Enclosing class:
ArrowIPCWriterOptions

public static interface ArrowIPCWriterOptions.DoneOnGpu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A callback to indicate that the table is off of the GPU and may be closed, even if all of the data is not yet written.
  • Method Details

    • doneWithTheGpu

      void doneWithTheGpu(Table table)
      A callback to indicate that the table is off of the GPU and may be closed, even if all of the data is not yet written.
      Parameters:
      table - the table that can be closed.