MCPcopy 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

serializeFlatVectorFunction · 0.45
serializeBiasVectorFunction · 0.45
appendTimestampsFunction · 0.45
serializeConstantVectorFunction · 0.45

Calls 2

appendFunction · 0.50
RangeClass · 0.50

Tested by

no test coverage detected