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

Method append

bolt/vector/VectorStream.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82} // namespace
83
84void VectorSerializer::append(const RowVectorPtr& vector) {
85 const IndexRange allRows{0, vector->size()};
86 Scratch scratch;
87 append(vector, folly::Range(&allRows, 1), scratch);
88}
89
90void BatchVectorSerializer::serialize(
91 const RowVectorPtr& vector,

Callers 8

serializeMethod · 0.45
rowVectorToIOBufFunction · 0.45
appendArrowMetadataInt32Function · 0.45
setArrowMetadataEntryFunction · 0.45
appendMetadataInt32Function · 0.45
makeArrowMetadataFunction · 0.45
testSerializationMethod · 0.45
randStringFunction · 0.45

Calls 3

appendFunction · 0.70
RangeClass · 0.50
sizeMethod · 0.45

Tested by 3

appendMetadataInt32Function · 0.36
makeArrowMetadataFunction · 0.36
testSerializationMethod · 0.36