| 2284 | } |
| 2285 | |
| 2286 | Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal( |
| 2287 | struct ArrowArray* array, std::shared_ptr<Schema> schema) { |
| 2288 | return ImportRecordBatch(array, schema); |
| 2289 | } |
| 2290 | |
| 2291 | Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal( |
| 2292 | struct ArrowDeviceArray* array, std::shared_ptr<Schema> schema) { |
no test coverage detected