MCPcopy Create free account
hub / github.com/ByConity/ByConity / deserializeBlock

Function deserializeBlock

src/QueryPlan/PlanSerDerHelper.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176Block deserializeBlock(ReadBuffer & buf)
177{
178 BlockInputStreamPtr block_in = std::make_shared<NativeBlockInputStream>(buf, ClickHouseRevision::getVersionRevision());
179 return block_in->read();
180}
181
182void serializeHeaderToProto(const Block & block, Protos::Block & proto)
183{

Callers 2

deserializeImplMethod · 0.85
deserializeMethod · 0.85

Calls 2

getVersionRevisionFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected