MCPcopy Create free account
hub / github.com/cwida/FastLanes / Reset

Method Reset

src/expression/selection_ds.cpp:21–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 // set
22 for (idx_t idx {}; idx < bitmap.size(); ++idx) {
23 idx_arr[idx] = 0;
24 }
25
26 // size
27 n_selected_values = 0;
28}
29
30} // namespace fastlanes

Callers 3

EncodeMethod · 0.45
AnalyzeMethod · 0.45
MapMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected