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

Function NotAFile

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

Source from the content-addressed store, hash-verified

547}
548
549Status NotAFile(const S3Path& path) {
550 return ::arrow::fs::internal::NotAFile(path.full_path);
551}
552
553Status ValidateFilePath(const S3Path& path) {
554 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