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

Method append

bolt/serializers/PrestoSerializer.cpp:1636–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634
1635template <>
1636inline void VectorStream::append(folly::Range<const StringView*> values) {
1637 for (auto& value : values) {
1638 auto size = value.size();
1639 appendLength(size);
1640 values_.appendStringView(value);
1641 }
1642}
1643
1644template <>
1645void VectorStream::append(folly::Range<const Timestamp*> values) {

Callers 13

appendMethod · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
TEST_PFunction · 0.45
serializeMethod · 0.45
timeFlatMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
splitMethod · 0.45
splitComplexTypeMethod · 0.45

Calls 4

toJavaDecimalValueFunction · 0.85
RangeClass · 0.50
sizeMethod · 0.45
appendStringViewMethod · 0.45

Tested by 6

serializeMethod · 0.36
serializeMethod · 0.36
TEST_PFunction · 0.36
serializeMethod · 0.36
timeFlatMethod · 0.36
serializeMethod · 0.36