Changeset: 8dfbf4ed21d6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8dfbf4ed21d6
Modified Files:
monetdb5/modules/mal/pipeline.c
Branch: pp_hashjoin
Log Message:
add a todo note for later
diffs (14 lines):
diff --git a/monetdb5/modules/mal/pipeline.c b/monetdb5/modules/mal/pipeline.c
--- a/monetdb5/modules/mal/pipeline.c
+++ b/monetdb5/modules/mal/pipeline.c
@@ -219,6 +219,10 @@ PPcounter(Client cntxt, MalBlkPtr mb, Ma
bat *rb = getArgReference_bat(stk, pci, 0);
int nr = 0;
int tpe = getArgType(mb, pci, 1);
+ /* FIXME: this code is copied from SLICERno_slices and OAHASHno_slices.
+ We should have one base implementation for all three functions. In
+ addition, we should merge SLICERno_slices and OAHASHno_slices.
+ */
if (isaBatType(tpe)) { /* get the BAT to compute nparts */
bat *cb = getArgReference_bat(stk, pci, 1);
BAT *b = BATdescriptor(*cb);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]