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

Method decodeFlat

bolt/benchmarks/basic/DecodedVector.cpp:115–117  ·  view source on GitHub ↗

Measure time to decode a flat vector.

Source from the content-addressed store, hash-verified

113
114 // Measure time to decode a flat vector.
115 void decodeFlat() {
116 DecodedVector decodedVector(*flatVector_, rows_);
117 }
118
119 // Measure time to decode a constant vector.
120 void decodeConstant() {

Callers 1

BENCHMARKFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected