Changeset: 92b332fc3af8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=92b332fc3af8 Modified Files: gdk/gdk.h Branch: Oct2014 Log Message:
BATsample is not legacy anymore. It is now dense-headed and the result is compatible with candidate lists. diffs (20 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -3443,16 +3443,6 @@ gdk_export BAT *BATsample(BAT *b, BUN n) BATuselect(_b, (h), (t)); \ }) -#define BATsample(b, n) \ - ({ \ - BAT *_b = (b); \ - HEADLESSDEBUG fprintf(stderr, \ - "#BATsample([%s,%s]#"BUNFMT") %s[%s:%d]\n", \ - _COL_TYPE(_b->H), _COL_TYPE(_b->T), BATcount(_b), \ - __func__, __FILE__, __LINE__); \ - BATsample(_b, (n)); \ - }) - #define BATsemijoin(l, r) \ ({ \ BAT *_l = (l), *_r = (r); \ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list