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

Method files

cpp/src/arrow/dataset/file_base.cc:256–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256std::vector<std::string> FileSystemDataset::files() const {
257 std::vector<std::string> files;
258
259 for (const auto& fragment : fragments_) {
260 files.push_back(fragment->source().path());
261 }
262
263 return files;
264}
265
266std::string FileSystemDataset::ToString() const {
267 std::string repr = "FileSystemDataset:";

Callers 5

AssertFilesAreFunction · 0.45
TESTFunction · 0.45
ScanRelationConverterFunction · 0.45

Calls 3

push_backMethod · 0.80
sourceMethod · 0.80
pathMethod · 0.45

Tested by 3

AssertFilesAreFunction · 0.36
TESTFunction · 0.36