MCPcopy Create free account
hub / github.com/bytedance/bolt / rowSize

Method rowSize

bolt/exec/ContainerRow2RowSerde.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114int32_t ContainerRow2RowSerde::rowSize(char* row, const RowFormatInfo& info) {
115 // not an efficient way
116 return ContainerRow2RowSerde::deserialize(row, info, false);
117}
118
119void ContainerRow2RowSerde::copyRow(
120 char*& dest,

Callers 5

extractSpillVectorMethod · 0.45
fillSpillRunsMethod · 0.45
fillSpillRunMethod · 0.45
checkSizesMethod · 0.45
ensureGreateThanMethod · 0.45

Calls 1

deserializeFunction · 0.50

Tested by 2

checkSizesMethod · 0.36
ensureGreateThanMethod · 0.36