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

Method GetObjectMetadata

cpp/src/arrow/filesystem/gcsfs.cc:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 }
638
639 google::cloud::StatusOr<gcs::ObjectMetadata> GetObjectMetadata(const GcsPath& path) {
640 return client_.GetObjectMetadata(path.bucket, path.object);
641 }
642
643 private:
644 static bool IsDirectory(const gcs::ObjectMetadata& o) {

Callers 9

TEST_FFunction · 0.80
ReadMetadataMethod · 0.80
GetFileInfoMethod · 0.80
CreateDirMarkerMethod · 0.80
CreateDirMethod · 0.80
DeleteDirContentsMethod · 0.80
DeleteFileMethod · 0.80
OpenInputFileMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64