| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 1 | -1/+1 |
| | | | | | | This is necessary for KNN, but it unused for all currently implemented query types. | ||||
| * | TrieSpline: fixed error in min/max key determination | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+10 |
| | | | | | | | An elif was used when the conditions were _not_ supposed to be mutually exclusive, resulting in the wrong minimum key value being used in some cases. | ||||
| * | TrieSpline: parameterized TrieSpline template with max error | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+3 |
| | | |||||
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 1 | -6/+6 |
| | | |||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -1/+5 |
| | | |||||
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 1 | -0/+4 |
| | | | | | | This is used for setting up the query alias structure stuff for sampling queries. | ||||
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -42/+67 |
| | | |||||
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -12/+17 |
| | | |||||
| * | TrieSpline: initial commit of shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+340 |