Update of /cvsroot/monetdb/sql/src/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16373/src/include

Modified Files:
        sql_relation.h 
Log Message:
handle topn a bit earlier (before the projection join) 

In union distinct we use TID's where possible


U sql_relation.h
Index: sql_relation.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_relation.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- sql_relation.h      21 Dec 2008 19:38:22 -0000      1.31
+++ sql_relation.h      29 Dec 2008 21:30:08 -0000      1.32
@@ -82,7 +82,7 @@
        op_union,
        op_inter,
        op_except,
-       op_groupby,     /* currently includes the projection (aggr) */
+       op_groupby,     
        op_topn,
        op_insert,      /* insert(l=table, r insert expressions) */ 
        op_update,      /* update(l=table, r update expressions) */


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to