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

Method clearAll

bolt/vector/SelectivityVector.h:171–176  ·  view source on GitHub ↗

* Sets the vector to all not selected. */

Source from the content-addressed store, hash-verified

169 * Sets the vector to all not selected.
170 */
171 void clearAll() {
172 bits::fillBits(bits_.data(), 0, size_, false);
173 begin_ = 0;
174 end_ = 0;
175 allSelected_ = false;
176 }
177
178 /**
179 * Sets the vector to all selected.

Callers

nothing calls this directly

Calls 2

fillBitsFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected