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

Function NotADir

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

Source from the content-addressed store, hash-verified

559}
560
561Status NotADir(const AzureLocation& location) {
562 return ::arrow::fs::internal::NotADir(location.all);
563}
564
565Status NotAFile(const AzureLocation& location) {
566 return ::arrow::fs::internal::NotAFile(location.all);

Callers 13

CheckDirExistsMethod · 0.70
CreateDirTemplateMethod · 0.70
DeleteDirOnFileSystemMethod · 0.70
DeleteFileOnContainerMethod · 0.70
MovePathWithDataLakeAPIFunction · 0.70
CopyFileFunction · 0.70
DeleteDirMethod · 0.70
DeleteDirContentsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected