Code

store: Introduced the concept of query filters.
authorSebastian Harl <sh@tokkee.org>
Mon, 28 Jul 2014 20:25:04 +0000 (22:25 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 28 Jul 2014 20:25:04 +0000 (22:25 +0200)
commit88281ca69be18cdd05acb7fff580f40c091e49f5
tree90134267e9b0ad3a84db9b2b50628732b540b045
parenta077fb06b0cf27ca51477c76d5520d0c814af8df
store: Introduced the concept of query filters.

A filter may be used to preselect objects when evaluating a query. Any object
that's used during the evaluation of a matcher will be compared against the
filter. Only matching objects will be considered further.
src/core/store-private.h
src/core/store_lookup.c
src/frontend/query.c
src/include/core/store.h
t/unit/core/store_lookup_test.c