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

Function createReader

c++/test/TestWriter.cc:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 std::unique_ptr<Reader> createReader(MemoryPool* memoryPool,
68 std::unique_ptr<InputStream> stream) {
69 ReaderOptions options;
70 options.setMemoryPool(*memoryPool);
71 return createReader(std::move(stream), options);
72 }
73
74 std::unique_ptr<Reader> createReaderWithTailLocation(MemoryPool* memoryPool,
75 std::unique_ptr<InputStream> stream,

Callers 15

TESTFunction · 0.70
TESTFunction · 0.70
createReaderMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
CheckFileWithSargsFunction · 0.70
createNestedMapMemReaderFunction · 0.70
TESTFunction · 0.70
TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected