From 1a791e7241fb9898f58cd4642cf8cf8ec2a1c885 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 7 Jun 2023 11:39:25 -0400 Subject: Added a pre-query hook for processing states This is used for setting up the query alias structure stuff for sampling queries. --- include/framework/DynamicExtension.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/framework/DynamicExtension.h') 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> query_results(shards.size() + 1); // Execute the query for the buffer -- cgit v1.2.3