Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27554/src/common

Modified Files:
        sql_types.mx 
Log Message:
propagated changes of Friday Mar 30 2007 - Monday Apr 02 2007
from the SQL_2-16 branch to the development trunk



Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- sql_types.mx        22 Mar 2007 09:26:53 -0000      1.81
+++ sql_types.mx        1 Apr 2007 22:08:56 -0000       1.82
@@ -1262,6 +1262,11 @@
 
        sql_create_aggr("count_no_nil", "aggr", "count_no_nil", NULL, INT);
        sql_create_aggr("count", "aggr", "count", NULL, INT);
+       sql_create_aggr("rank", "aggr", "rank_grp", NULL, INT);
+       sql_create_aggr("dense_rank", "aggr", "dense_rank_grp", NULL, INT);
+       sql_create_aggr("percent_rank", "aggr", "precent_rank_grp", NULL, INT);
+       sql_create_aggr("cume_dist", "aggr", "cume_dist_grp", NULL, INT);
+       sql_create_aggr("row_number", "aggr", "mark_grp", NULL, INT);
 
        sql_create_func("and", "calc", "and", BIT, BIT, BIT, SCALE_FIX);
        sql_create_func("or",  "calc",  "or", BIT, BIT, BIT, SCALE_FIX);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to