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

Function and_selection_ds_func

src/primitive/predicate/equal.cpp:109–127  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------*\ * and selection ds \*--------------------------------------------------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

107 if (selection_ds_0.idx_arr[i] < selection_ds_1.idx_arr[j]) {
108 i++;
109 } else if (selection_ds_0.idx_arr[i] > selection_ds_1.idx_arr[j]) {
110 j++;
111 } else {
112 selection_ds_2.idx_arr[k] = (selection_ds_0.idx_arr[i]);
113 i++;
114 j++;
115 k++;
116 selection_ds_2.n_selected_values++;
117 }
118 }
119}
120}; // namespace fastlanes

Callers 1

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected