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

Method deserialize

src/Statistics/StatsTableBasic.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return table_basic_pb.SerializeAsString();
24}
25void StatsTableBasic::deserialize(std::string_view blob)
26{
27 table_basic_pb.ParseFromArray(blob.data(), static_cast<int>(blob.size()));
28}
29void StatsTableBasic::setRowCount(int64_t row_count)
30{
31 table_basic_pb.set_row_count(row_count);

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected