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

Method empty

cpp/src/arrow/filesystem/azurefs.cc:544–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 bool has_parent() const { return !path.empty(); }
543
544 bool empty() const { return container.empty() && path.empty(); }
545
546 bool operator==(const AzureLocation& other) const {
547 return container == other.container && path == other.path;

Callers 15

ExtractFromUriQueryMethod · 0.45
BuildBaseUrlFunction · 0.45
MakeBlobServiceClientMethod · 0.45
parentMethod · 0.45
has_parentMethod · 0.45
ValidateFileLocationFunction · 0.45
SkipStartingEmptyPagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected