summaryrefslogtreecommitdiffstats
path: root/tests/pgm_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expanded query interfaceDouglas Rumbaugh2023-07-271-3/+3
| | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found.
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
| | | | | This is necessary for KNN, but it unused for all currently implemented query types.
* Fixed query errorsDouglas Rumbaugh2023-07-031-7/+48
|
* PGM Tests: added proper testing for query mergingDouglas Rumbaugh2023-07-031-1/+45
|
* Interface adjustmentsDouglas Rumbaugh2023-06-071-1/+1
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Added TrieSpline and PGM Range queries + tests and bugfixesDouglas Rumbaugh2023-06-051-0/+59
|
* PGM-based shardDouglas Rumbaugh2023-06-051-0/+217