| 2294 | } |
| 2295 | |
| 2296 | Result<std::shared_ptr<Array>> ImportArrayInternal( |
| 2297 | struct ArrowArray* array, std::shared_ptr<arrow::DataType> type) { |
| 2298 | return ImportArray(array, type); |
| 2299 | } |
| 2300 | |
| 2301 | Result<std::shared_ptr<Array>> ImportArrayInternal( |
| 2302 | struct ArrowDeviceArray* array, std::shared_ptr<arrow::DataType> type) { |
no test coverage detected