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

Method size

bolt/vector/SelectivityVector.h:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 vector_size_t size() const {
326 return size_;
327 }
328
329 bool operator==(const SelectivityVector& other) const {
330 return begin_ == other.begin_ && end_ == other.end_ &&

Callers 7

setValidMethod · 0.45
setValidRangeMethod · 0.45
setFromBitsMethod · 0.45
intersectMethod · 0.45
deselectMethod · 0.45
selectMethod · 0.45
SelectivityVectorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected