Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ appendOne
Method
appendOne
bolt/serializers/PrestoSerializer.cpp:1461–1463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1459
1460
template <typename T>
1461
void appendOne(const T& value) {
1462
append(folly::Range(&value, 1));
1463
}
1464
1465
bool isDictionaryStream() const {
1466
return isDictionaryStream_;
Callers
6
serializeFlatVector
Function · 0.45
serializeTimestampWithTimeZone
Function · 0.45
serializeConstantVectorImpl
Function · 0.45
serializeBiasVector
Function · 0.45
appendTimestamps
Function · 0.45
serializeConstantVector
Function · 0.45
Calls
2
append
Function · 0.50
Range
Class · 0.50
Tested by
no test coverage detected