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

Method serialize

bolt/vector/VectorStream.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void BatchVectorSerializer::serialize(
91 const RowVectorPtr& vector,
92 OutputStream* stream) {
93 const IndexRange allRows{0, vector->size()};
94 serialize(vector, folly::Range(&allRows, 1), stream);
95}
96
97std::unique_ptr<BatchVectorSerializer> VectorSerde::createBatchSerializer(
98 memory::MemoryPool* pool,

Callers 1

saveTypeFunction · 0.45

Calls 3

serializeFunction · 0.50
RangeClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected