Update of /cvsroot/monetdb/sql/src/include
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9590/src/include

Modified Files:
        sql_relation.h 
Log Message:
added op_output


Index: sql_relation.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_relation.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- sql_relation.h      11 Nov 2009 15:36:55 -0000      1.38
+++ sql_relation.h      28 Nov 2009 22:59:26 -0000      1.39
@@ -72,6 +72,7 @@
 typedef enum operator_type {
        op_basetable = 0,
        op_table,
+       op_output,
        op_project,
        op_select,      /* includes order by */
        op_join,
@@ -96,6 +97,8 @@
        (e->type == e_func && e->r)
 #define is_base(op) \
        (op == op_basetable || op == op_table)
+#define is_output(op) \
+       (op == op_output)
 #define is_outerjoin(op) \
        (op == op_left || op == op_right || op == op_full)
 #define is_join(op) \


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to