MCPcopy Create free account
hub / github.com/cwida/FastLanes / Reader

Method Reader

src/reader/reader.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 // read file
29 {
30 // allocate buffer
31 m_buf = make_unique<Buf>(m_footer->rowgroup_size); // todo[memory_pool]
32 io io = make_unique<File>(dir_path / FASTLANES_FILE_NAME); // todo[IO]
33 IO::read(io, *m_buf);

Callers

nothing calls this directly

Calls 5

make_rowgroup_descriptorFunction · 0.85
make_decoding_expressionFunction · 0.85
SpanMethod · 0.80
emplace_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected