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

Function createRowReader

c++/test/TestDictionaryEncoding.cc:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 static std::unique_ptr<RowReader> createRowReader(Reader* reader,
76 bool enableEncodedBlock = false) {
77 RowReaderOptions rowReaderOpts;
78 rowReaderOpts.setEnableLazyDecoding(enableEncodedBlock);
79 return reader->createRowReader(rowReaderOpts);
80 }
81
82 void testStringDictionary(bool enableIndex, double threshold, bool enableEncodedBlock = false) {
83 MemoryOutputStream memStream(DEFAULT_MEM_STREAM_SIZE);

Callers 5

testStringDictionaryFunction · 0.70
testVarcharDictionaryFunction · 0.70
testCharDictionaryFunction · 0.70

Calls 1

createRowReaderMethod · 0.45

Tested by

no test coverage detected