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

Method PathFromUri

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

Source from the content-addressed store, hash-verified

3103}
3104
3105Result<std::string> S3FileSystem::PathFromUri(const std::string& uri_string) const {
3106 return internal::PathFromUriHelper(uri_string, {"s3"}, /*accept_local_paths=*/false,
3107 internal::AuthorityHandlingBehavior::kPrepend);
3108}
3109
3110Result<std::string> S3FileSystem::MakeUri(std::string path) const {
3111 if (path.length() <= 1 || path[0] != '/') {

Callers 4

TEST_FFunction · 0.45
TestFileSystemFromUriMethod · 0.45
localfs_test.ccFile · 0.45
TEST_FFunction · 0.45

Calls 1

PathFromUriHelperFunction · 0.85

Tested by 3

TEST_FFunction · 0.36
TestFileSystemFromUriMethod · 0.36
TEST_FFunction · 0.36