Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv422/compiler/include

Modified Files:
        lalg2sql.h sql.h 
Log Message:


Support for XQuery's "to" operator in SQL.

Yet another very expensive operator which has to be evaluated recursively in 
SQL.


U sql.h
Index: sql.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- sql.h       1 Apr 2008 15:21:01 -0000       1.48
+++ sql.h       4 Apr 2008 11:53:36 -0000       1.49
@@ -54,6 +54,7 @@
     , sql_col_max
     , sql_col_err
     , sql_col_sep
+    , sql_col_sur
     , sql_col_dist
 };
 typedef enum PFsql_special_t PFsql_special_t;

U lalg2sql.h
Index: lalg2sql.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/lalg2sql.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lalg2sql.h  11 Jan 2008 10:47:06 -0000      1.6
+++ lalg2sql.h  4 Apr 2008 11:53:35 -0000       1.7
@@ -32,6 +32,8 @@
 #include "logical.h"
 #include "sql.h"
 
+/* Translate the logical algebra to 
+ * SQL statements */
 PFsql_t* PFlalg2sql(PFla_op_t *p);
 
 #endif /* LALG_2_SQL */


-------------------------------------------------------------------------
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

Reply via email to