Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void BlockStreamProfileInfo::update(Block & block)
87
{
88
update(block.rows(), block.bytes());
89
}
90
91
void BlockStreamProfileInfo::update(size_t num_rows, size_t num_bytes)
92
{
Callers
11
read
Method · 0.45
fetchNewBlock
Method · 0.45
preCheckFullLowCardinalitySources
Method · 0.45
authenticate
Function · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
getMasterPosition
Method · 0.45
onEvent
Method · 0.45
getPartsHash
Method · 0.45
Calls
3
update
Function · 0.85
rows
Method · 0.45
bytes
Method · 0.45
Tested by
no test coverage detected