| 2289 | } |
| 2290 | |
| 2291 | Result<std::shared_ptr<Array>> ImportArrayInternal( |
| 2292 | struct ArrowArray* array, std::shared_ptr<arrow::DataType> type) { |
| 2293 | return ImportArray(array, type); |
| 2294 | } |
| 2295 | |
| 2296 | Result<std::shared_ptr<Array>> ImportArrayInternal( |
| 2297 | struct ArrowDeviceArray* array, std::shared_ptr<arrow::DataType> type) { |
no test coverage detected