Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11425/algebra
Modified Files:
properties.c
Log Message:
-- Split up the required distribution value property as it
checked the order AND the consistent mapping of values at once.
The two new properties now separately check for the required order columns
and for columns whose values have to conform to a bijective mapping.
Index: properties.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/properties.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- properties.c 11 Jan 2008 12:49:09 -0000 1.33
+++ properties.c 14 Jan 2008 14:05:24 -0000 1.34
@@ -84,7 +84,8 @@
/* initialize required value lists */
ret->req_bool_vals.name = empty_list;
ret->req_bool_vals.val = empty_list;
- ret->req_distr_cols = empty_list;
+ ret->req_order_cols = empty_list;
+ ret->req_bijective_cols = empty_list;
ret->req_multi_col_cols = empty_list;
ret->req_value_cols = empty_list;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins