MCPcopy Create free account
hub / github.com/apache/orc / readHdfsFile

Function readHdfsFile

c++/src/OrcHdfsFile.cc:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 HdfsFileInputStream::~HdfsFileInputStream() {}
174
175 std::unique_ptr<InputStream> readHdfsFile(const std::string& path, ReaderMetrics* metrics) {
176 return std::make_unique<HdfsFileInputStream>(path, metrics);
177 }
178} // namespace orc

Callers 1

readFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected