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

Method appendLength

bolt/serializers/PrestoSerializer.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 }
1381
1382 void appendLength(int32_t length) {
1383 totalLength_ += length;
1384 lengths_.appendOne<int32_t>(totalLength_);
1385 }
1386
1387 void appendNulls(
1388 const uint64_t* nulls,

Callers 4

serializeRowVectorFunction · 0.80
serializeArrayVectorFunction · 0.80
serializeMapVectorFunction · 0.80
rowsToRangesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected