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

Function MakeFileSystem

cpp/src/arrow/filesystem/s3fs_narrative_test.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Result<std::shared_ptr<FileSystem>> MakeFileSystem() {
75 ARROW_ASSIGN_OR_RAISE(auto fs, MakeRootFileSystem());
76 return std::make_shared<SubTreeFileSystem>(FLAGS_bucket, fs);
77}
78
79void PrintError(const std::string& context_msg, const Status& st) {
80 if (FLAGS_verbose) {

Callers 8

MakeFactoryMethod · 0.85
TEST_FFunction · 0.85
MakeDatasetMethod · 0.85
SetUpMethod · 0.85
TEST_FFunction · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected