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

Function createRowReader

c++/test/TestWriter.cc:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 std::unique_ptr<RowReader> createRowReader(Reader* reader, const std::string& timezone = "GMT",
84 bool useTightNumericVector = false) {
85 RowReaderOptions rowReaderOpts;
86 rowReaderOpts.setTimezoneName(timezone);
87 rowReaderOpts.setUseTightNumericVector(useTightNumericVector);
88 return reader->createRowReader(rowReaderOpts);
89 }
90
91 void verifyCompressionBlockAlignment(std::unique_ptr<Reader>& reader, uint64_t columnCount) {
92 auto stripeCount = reader->getNumberOfStripes();

Callers 6

TEST_FFunction · 0.70
TEST_PFunction · 0.70
TESTFunction · 0.70
createRowReaderMethod · 0.50

Calls 1

createRowReaderMethod · 0.45

Tested by

no test coverage detected