iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Implement predicate_predicate #102

Closed danaack closed 7 years ago

danaack commented 7 years ago

https://github.com/iondbproject/iondb/blob/development/src/dictionary/dictionary.c#L520-L523 https://github.com/iondbproject/iondb/blob/development/src/dictionary/dictionary.h#L269 https://github.com/iondbproject/iondb/blob/development/src/dictionary/flat_file/flat_file_dictionary_handler.c#L78-L81 https://github.com/iondbproject/iondb/blob/development/src/dictionary/flat_file/flat_file_dictionary_handler.c#L340-L343 https://github.com/iondbproject/iondb/blob/development/src/dictionary/skip_list/skip_list_handler.c#L281-L284