| 559 | } |
| 560 | |
| 561 | Status NotADir(const AzureLocation& location) { |
| 562 | return ::arrow::fs::internal::NotADir(location.all); |
| 563 | } |
| 564 | |
| 565 | Status NotAFile(const AzureLocation& location) { |
| 566 | return ::arrow::fs::internal::NotAFile(location.all); |
no outgoing calls
no test coverage detected