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

Method deserializeFromProtoBase

src/QueryPlan/ISourceStep.cpp:36–40  ·  view source on GitHub ↗

return base_output_stream and step_description

Source from the content-addressed store, hash-verified

34
35// return base_output_stream and step_description
36Block ISourceStep::deserializeFromProtoBase(const Protos::ISourceStep & proto)
37{
38 Block output_header = deserializeHeaderFromProto(proto.output_header());
39 return output_header;
40}
41}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected