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

Function PathNotFound

cpp/src/arrow/filesystem/s3fs.cc:601–603  ·  view source on GitHub ↗

XXX return in OutcomeToStatus instead?

Source from the content-addressed store, hash-verified

599
600// XXX return in OutcomeToStatus instead?
601Status PathNotFound(const S3Path& path) {
602 return ::arrow::fs::internal::PathNotFound(path.full_path);
603}
604
605Status PathNotFound(const std::string& bucket, const std::string& key) {
606 return ::arrow::fs::internal::PathNotFound(bucket + kSep + key);

Callers 14

ValidateInputFileInfoFunction · 0.70
InitMethod · 0.70
FinishMethod · 0.70
OpenInputFileMethod · 0.70
DeleteFileMethod · 0.70
OpenOutputStreamMethod · 0.70
OpenInputReaderMethod · 0.70
DeleteDirMethod · 0.70
DeleteDirContentsMethod · 0.70
DeleteFileMethod · 0.70
GetFileInfoMethod · 0.70
RunMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected