From 4c616412f938bc06a12e7526c4e314e4451c083c Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 17 Jul 2023 16:15:13 -0400 Subject: Added the parameter argument to query merge routine This is necessary for KNN, but it unused for all currently implemented query types. --- include/shard/WIRS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/shard/WIRS.h') diff --git a/include/shard/WIRS.h b/include/shard/WIRS.h index fa071da..9760443 100644 --- a/include/shard/WIRS.h +++ b/include/shard/WIRS.h @@ -547,7 +547,7 @@ public: return result; } - static std::vector merge(std::vector> &results) { + static std::vector merge(std::vector> &results, void *parms) { std::vector output; for (size_t i=0; i