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

Method estimateSerializedSize

bolt/vector/VectorStream.cpp:220–226  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

218
219// static
220void VectorStreamGroup::estimateSerializedSize(
221 VectorPtr vector,
222 const folly::Range<const IndexRange*>& ranges,
223 vector_size_t** sizes,
224 Scratch& scratch) {
225 getVectorSerde()->estimateSerializedSize(vector, ranges, sizes, scratch);
226}
227
228// static
229void VectorStreamGroup::estimateSerializedSize(

Callers 2

Calls 1

getVectorSerdeFunction · 0.85

Tested by

no test coverage detected