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

Method update

src/DataStreams/BlockStreamProfileInfo.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86void BlockStreamProfileInfo::update(Block & block)
87{
88 update(block.rows(), block.bytes());
89}
90
91void BlockStreamProfileInfo::update(size_t num_rows, size_t num_bytes)
92{

Callers 11

readMethod · 0.45
fetchNewBlockMethod · 0.45
authenticateFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
getMasterPositionMethod · 0.45
onEventMethod · 0.45
getPartsHashMethod · 0.45

Calls 3

updateFunction · 0.85
rowsMethod · 0.45
bytesMethod · 0.45

Tested by

no test coverage detected