| 877 | } |
| 878 | |
| 879 | void ArrowAdapter::export_buffer( |
| 880 | const char* name, void* arrow_array, void* arrow_schema) { |
| 881 | exporter_->export_( |
| 882 | name, (ArrowArray*)arrow_array, (ArrowSchema*)arrow_schema); |
| 883 | } |
| 884 | |
| 885 | void ArrowAdapter::import_buffer( |
| 886 | const char* name, void* arrow_array, void* arrow_schema) { |