summaryrefslogtreecommitdiffstats
path: root/include/shard/MemISAM.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-05-29 16:49:52 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-05-29 16:49:52 -0400
commite47410d56c667cda9f8070a929df7a955ce13115 (patch)
tree01ad4baa9869ad07ad6e6f4548de974c28ded301 /include/shard/MemISAM.h
parentab14529843d7bbb3a0d0c30b163ed444afee04ed (diff)
downloaddynamic-extension-e47410d56c667cda9f8070a929df7a955ce13115.tar.gz
Framework-level query testing + fixes
Diffstat (limited to 'include/shard/MemISAM.h')
-rw-r--r--include/shard/MemISAM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shard/MemISAM.h b/include/shard/MemISAM.h
index 8ac17e4..7bfbd3f 100644
--- a/include/shard/MemISAM.h
+++ b/include/shard/MemISAM.h
@@ -180,7 +180,7 @@ public:
return m_tombstone_cnt;
}
- R *point_lookup(R &rec, bool filter) {
+ R *point_lookup(const R &rec, bool filter) {
if (filter && !m_bf->lookup(rec.key)) {
return nullptr;