| 2279 | } |
| 2280 | |
| 2281 | Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal( |
| 2282 | struct ArrowArray* array, std::shared_ptr<Schema> schema) { |
| 2283 | return ImportRecordBatch(array, schema); |
| 2284 | } |
| 2285 | |
| 2286 | Result<std::shared_ptr<RecordBatch>> ImportRecordBatchInternal( |
| 2287 | struct ArrowDeviceArray* array, std::shared_ptr<Schema> schema) { |
no test coverage detected