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

Function createReader

c++/test/TestDictionaryEncoding.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 static std::unique_ptr<Reader> createReader(MemoryPool* memoryPool,
44 std::unique_ptr<InputStream> stream) {
45 ReaderOptions options;
46 options.setMemoryPool(*memoryPool);
47 return createReader(std::move(stream), options);
48 }
49
50 static void checkDictionaryEncoding(StringVectorBatch* batch) {
51 EXPECT_TRUE(batch->isEncoded);

Callers 5

testStringDictionaryFunction · 0.70
testVarcharDictionaryFunction · 0.70
testCharDictionaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected