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

Method empty

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

Source from the content-addressed store, hash-verified

531 bool has_parent() const { return !key.empty(); }
532
533 bool empty() const { return bucket.empty() && key.empty(); }
534
535 bool operator==(const S3Path& other) const {
536 return bucket == other.bucket && key == other.key;

Callers 15

mainFunction · 0.45
GetSchemaMethod · 0.45
ToStringMethod · 0.45
schemeMethod · 0.45
mainFunction · 0.45
SendingHeadersMethod · 0.45
GetSchemaPayloadMethod · 0.45
NextMethod · 0.45
FromProtoFunction · 0.45
DoActionMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by 15

mainFunction · 0.36
DoActionMethod · 0.36
StartMethod · 0.36
mainFunction · 0.36
GetSchemaStatementMethod · 0.36