MCPcopy 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
201UInt64 Chunk::bytes() const
202{
203 UInt64 res = 0;
204 for (const auto & column : columns)
205 res += column->byteSize();
206
207 return res;
208}
209
210UInt64 Chunk::allocatedBytes() const
211{

Callers 15

pullDataMethod · 0.45
pushDataMethod · 0.45
addChunkMethod · 0.45
getChunkMethod · 0.45
consumeMethod · 0.45
updateMethod · 0.45
checkQuotaMethod · 0.45
consumeMethod · 0.45
consumeMethod · 0.45
transformMethod · 0.45
workMethod · 0.45
TEST_FFunction · 0.45

Calls 1

byteSizeMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36