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

Function NotAFile

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

Source from the content-addressed store, hash-verified

607}
608
609Status NotAFile(const S3Path& path) {
610 return ::arrow::fs::internal::NotAFile(path.full_path);
611}
612
613Status ValidateFilePath(const S3Path& path) {
614 if (path.bucket.empty() || path.key.empty()) {

Callers 8

ValidateInputFileInfoFunction · 0.70
ValidateFilePathFunction · 0.70
OpenInputFileMethod · 0.70
OpenOutputStreamMethod · 0.70
OpenInputReaderMethod · 0.70
DeleteFileMethod · 0.70
CopyFileMethod · 0.70
AssertNoTrailingSlashFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected