Package ai.rapids.cudf
Interface ArrowIPCWriterOptions.DoneOnGpu
- Enclosing class:
- ArrowIPCWriterOptions
public static interface ArrowIPCWriterOptions.DoneOnGpu
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Method Details
-
doneWithTheGpu
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.
-