summaryrefslogtreecommitdiffstats
path: root/include/shard/PGM.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shard/PGM.h')
-rw-r--r--include/shard/PGM.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/shard/PGM.h b/include/shard/PGM.h
index f9e1dad..8b0bd69 100644
--- a/include/shard/PGM.h
+++ b/include/shard/PGM.h
@@ -286,6 +286,10 @@ public:
return res;
}
+ static void process_query_states(void *query_parms, std::vector<void*> shard_states, void *buff_state) {
+ return;
+ }
+
static std::vector<Wrapped<R>> query(PGM<R> *ts, void *q_state, void *parms) {
std::vector<Wrapped<R>> records;
auto p = (pgm_range_query_parms<R> *) parms;