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

Modified Files:
        physical.h 
Log Message:
implementation for id/idref...

works only for elements for now, but I wanted to commit before the branching.


U physical.h
Index: physical.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/physical.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- physical.h  21 May 2008 10:10:49 -0000      1.44
+++ physical.h  23 May 2008 20:46:40 -0000      1.45
@@ -347,9 +347,10 @@
     /* semantic content for physical operator of function fn:id/idref */
     struct {
         bool            id;       /**< id or idref */
-        PFalg_att_t     item_res; /**< column to store the resulting nodes */
+        PFalg_att_t     iter;     /**< the loop relation */
         PFalg_att_t     item;     /**< column to look up the context nodes */
         PFalg_att_t     item_doc; /**< column to store the fragment info */
+        PFalg_att_t     item_res; /**< column to store the resulting nodes */
     } findnodes;
 };
 /** semantic content in physical algebra operators */
@@ -841,10 +842,11 @@
  * Constructor for finding nodes based on id/idref
  */
 PFpa_op_t *
-PFpa_findnodes (const PFpa_op_t *doc, const PFpa_op_t *n,
+PFpa_findnodes (const PFpa_op_t *n,
+                PFalg_att_t iter,
                 PFalg_att_t item,
-                PFalg_att_t item_doc,
                 PFalg_att_t item_res,
+                PFalg_att_t item_doc,
                 bool id);
 
 #endif  /* PHYSICAL_H */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to