Changeset: 98a7d120e00f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/98a7d120e00f
Modified Files:
        sql/backends/monet5/bin_partition_by_value.c
Branch: pp_hashjoin
Log Message:

Added a reminder for later: sub->op1 is the hash-payload if sub is an
oahash-table!


diffs (11 lines):

diff --git a/sql/backends/monet5/bin_partition_by_value.c 
b/sql/backends/monet5/bin_partition_by_value.c
--- a/sql/backends/monet5/bin_partition_by_value.c
+++ b/sql/backends/monet5/bin_partition_by_value.c
@@ -33,6 +33,7 @@ pp_dynamic_slices(backend *be, stmt *sub
 {
        if (sub && sub->cand)
                sub  = subrel_project(be, sub, NULL, NULL);
+       // FIXME: a better way to determine if 'sub' is an oahash-table. 
sub->op1 is the hash-payload!
        node *n = sub->op1 ? sub->op4.lval->t : sub->op4.lval->h; /* for hash 
get last */
        stmt *sc = n->data;
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to