Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ bytes
Method
bytes
src/Processors/Chunk.cpp:201–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
UInt64 Chunk::bytes() const
202
{
203
UInt64 res = 0;
204
for (const auto & column : columns)
205
res += column->byteSize();
206
207
return res;
208
}
209
210
UInt64 Chunk::allocatedBytes() const
211
{
Callers
15
pullData
Method · 0.45
pushData
Method · 0.45
addChunk
Method · 0.45
getChunk
Method · 0.45
consume
Method · 0.45
update
Method · 0.45
checkQuota
Method · 0.45
consume
Method · 0.45
consume
Method · 0.45
transform
Method · 0.45
work
Method · 0.45
TEST_F
Function · 0.45
Calls
1
byteSize
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36