diff options
Diffstat (limited to 'include/framework/DynamicExtension.h')
| -rw-r--r-- | include/framework/DynamicExtension.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h index 4f3a3bc..a345da6 100644 --- a/include/framework/DynamicExtension.h +++ b/include/framework/DynamicExtension.h @@ -56,7 +56,7 @@ static constexpr bool LSM_REJ_SAMPLE = false; // True for leveling, false for tiering static constexpr bool LSM_LEVELING = false; -static constexpr bool DELETE_TAGGING = false; +static constexpr bool DELETE_TAGGING = true; // TODO: Replace the constexpr bools above // with template parameters based on these @@ -142,6 +142,8 @@ public: level->get_query_states(shards, states, parms); } + Q::process_query_states(parms, states, buffer_state); + std::vector<std::vector<R>> query_results(shards.size() + 1); // Execute the query for the buffer |