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

Method GetFileInfoGenerator

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

Source from the content-addressed store, hash-verified

3223}
3224
3225FileInfoGenerator S3FileSystem::GetFileInfoGenerator(const FileSelector& select) {
3226 return impl_->GetFileInfoGenerator(select);
3227}
3228
3229Status S3FileSystem::CreateDir(const std::string& s, bool recursive) {
3230 ARROW_ASSIGN_OR_RAISE(auto path, S3Path::FromString(s));

Callers 4

TEST_FFunction · 0.45
localfs_test.ccFile · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36