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

Function NotEmpty

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

Source from the content-addressed store, hash-verified

567}
568
569Status NotEmpty(const AzureLocation& location) {
570 return ::arrow::fs::internal::NotEmpty(location.all);
571}
572
573Status ValidateFileLocation(const AzureLocation& location) {
574 if (location.container.empty()) {

Calls

no outgoing calls

Tested by

no test coverage detected