commit | 21e672a65d8d2071a57f48e3e81e94103e6f7cfd | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Tue Jan 22 20:20:42 2013 +0000 |
committer | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Tue Jan 22 20:20:42 2013 +0000 |
tree | efdc2fabc951b929dee2e8e1a1791683162481ea | |
parent | 4d63fc074c632a55489347b9a50d169af7493500 [diff] [blame] |
Added bloom filter implementation. Additional extensive testing is still needed. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree_bloom_filter@2699 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-tests/pom.xml b/hyracks-tests/pom.xml index b79295a..4011339 100644 --- a/hyracks-tests/pom.xml +++ b/hyracks-tests/pom.xml
@@ -19,5 +19,6 @@ <module>hyracks-storage-am-lsm-btree-test</module> <module>hyracks-storage-am-lsm-rtree-test</module> <module>hyracks-storage-am-lsm-invertedindex-test</module> + <module>hyracks-storage-am-bloomfilter-test</module> </modules> </project>