MCPcopy Create free account
hub / github.com/apache/arrow / NotAFile

Function NotAFile

cpp/src/arrow/filesystem/azurefs.cc:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565Status NotAFile(const AzureLocation& location) {
566 return ::arrow::fs::internal::NotAFile(location.all);
567}
568
569Status NotEmpty(const AzureLocation& location) {
570 return ::arrow::fs::internal::NotEmpty(location.all);

Callers 8

ValidateFileLocationFunction · 0.70
InitMethod · 0.70
InitMethod · 0.70
OpenInputFileMethod · 0.70
OpenAppendStreamMethod · 0.70
DeleteFileOnContainerMethod · 0.70
DeleteFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected