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

Method setAll

bolt/vector/SelectivityVector.h:181–186  ·  view source on GitHub ↗

* Sets the vector to all selected. */

Source from the content-addressed store, hash-verified

179 * Sets the vector to all selected.
180 */
181 void setAll() {
182 bits::fillBits(bits_.data(), 0, size_, true);
183 begin_ = 0;
184 end_ = size_;
185 allSelected_ = true;
186 }
187
188 void setFromBits(const uint64_t* bits, int32_t size) {
189 auto numWords = bits::nwords(size);

Callers 15

setAllIsAsciiMethod · 0.80
DecodedVectorTestMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
BM_setAllFunction · 0.80
collectNullRowsMethod · 0.80
preGenMethod · 0.80
addInputMethod · 0.80
toIntermediateMethod · 0.80
getOutputMethod · 0.80
partitionMethod · 0.80

Calls 2

fillBitsFunction · 0.85
dataMethod · 0.45

Tested by 8

DecodedVectorTestMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
testProbeMethod · 0.64
nextMethod · 0.64
TEST_FFunction · 0.64
testMethod · 0.64
generateTestParamsMethod · 0.64