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

Method Validate

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

Source from the content-addressed store, hash-verified

549
550 private:
551 Status Validate() {
552 auto status = internal::ValidateAbstractPathParts(path_parts);
553 return status.ok() ? status : Status::Invalid(status.message(), " in location ", all);
554 }
555};
556
557Status PathNotFound(const AzureLocation& location) {

Callers 1

FromStringMethod · 0.45

Calls 3

InvalidFunction · 0.50
okMethod · 0.45

Tested by

no test coverage detected