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

Method FileSystemDatasetFactory

cpp/src/arrow/dataset/discovery.cc:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124FileSystemDatasetFactory::FileSystemDatasetFactory(
125 std::vector<fs::FileInfo> files, std::shared_ptr<fs::FileSystem> filesystem,
126 std::shared_ptr<FileFormat> format, FileSystemFactoryOptions options)
127 : files_(std::move(files)),
128 fs_(std::move(filesystem)),
129 format_(std::move(format)),
130 options_(std::move(options)) {}
131
132Result<std::shared_ptr<DatasetFactory>> FileSystemDatasetFactory::Make(
133 std::shared_ptr<fs::FileSystem> filesystem, const std::vector<std::string>& paths,

Calls

no outgoing calls