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

Method GetFileInfoGenerator

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

Source from the content-addressed store, hash-verified

3156}
3157
3158FileInfoGenerator S3FileSystem::GetFileInfoGenerator(const FileSelector& select) {
3159 return impl_->GetFileInfoGenerator(select);
3160}
3161
3162Status S3FileSystem::CreateDir(const std::string& s, bool recursive) {
3163 ARROW_ASSIGN_OR_RAISE(auto path, S3Path::FromString(s));

Callers 4

TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36