Changeset: d241ae915321 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d241ae915321 Modified Files: gdk/gdk_private.h Branch: orderidx Log Message:
removing more bloom stuff diffs (39 lines): diff --git a/gdk/gdk_private.h b/gdk/gdk_private.h --- a/gdk/gdk_private.h +++ b/gdk/gdk_private.h @@ -23,8 +23,7 @@ enum heaptype { varheap, hashheap, imprintsheap, - orderidxheap, - bloomheap + orderidxheap }; /* @@ -61,10 +60,6 @@ struct BATstore { __attribute__((__visibility__("hidden"))); __hidden int BATcheckorderidx(BAT *b) __attribute__((__visibility__("hidden"))); -__hidden int BATcheckbloom(BAT *b) - __attribute__((__visibility__("hidden"))); -__hidden int BLOOMask(BUN v, Bloomfilter *bloom) - __attribute__((__visibility__("hidden"))); __hidden BATstore *BATcreatedesc(int tt, int heapnames, int role) __attribute__((__visibility__("hidden"))); @@ -247,14 +242,6 @@ struct Imprints { BUN dictcnt; /* counter for cache dictionary */ }; -struct Bloomfilter { - BUN mbits; - int kfunc; - lng mask; - size_t bytes; - Heap *filter; -}; - typedef struct { MT_Lock swap; MT_Lock hash; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list