Added uthash to store indexed predicates info

This commit is contained in:
David Vaz
2012-12-27 12:11:14 +00:00
parent 4efa594f0a
commit e6c2fa30ee
5 changed files with 1011 additions and 99 deletions

View File

@@ -17,7 +17,7 @@
* For now each indexing structure only works with a single argument
* even when multiple arguments are indexed with the same struture.
*
* TODO: think of alternamive ways of support both cases, e.g. a rtree
* TODO: think of alternative ways of support both cases, e.g. a rtree
* does not benefit from multiple rtree indexing, but a hash table do
*/