Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
serializeRowVector
Function · 0.80
serializeArrayVector
Function · 0.80
serializeMapVector
Function · 0.80
rowsToRanges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected