public static interface ArrowIPCWriterOptions.DoneOnGpu
Modifier and Type | Method and Description |
---|---|
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.
|
void doneWithTheGpu(Table table)
table
- the table that can be closed.Copyright © 2024. All rights reserved.