Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27389/include
Modified Files:
physical.h
Log Message:
-- The MIL implementation of the physical merge-adjacent-text-nodes operator
has to cope with a position column.
U physical.h
Index: physical.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/physical.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- physical.h 23 May 2008 20:46:40 -0000 1.45
+++ physical.h 19 Jun 2008 12:32:14 -0000 1.46
@@ -297,6 +297,13 @@
PFalg_att_t item; /**< item column */
} ii;
+ /* store the column names necessary for a merge_adjacent operator */
+ struct {
+ PFalg_att_t iter; /**< name of the iter column */
+ PFalg_att_t pos; /**< name of the pos column */
+ PFalg_att_t item; /**< name of the item column */
+ } iter_pos_item;
+
/* store the column names necessary for document access */
struct {
PFalg_att_t res; /**< attribute to hold the result */
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins