Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18219/include

Modified Files:
        algebra.h algebra_mnemonic.h 
Log Message:
- ftc operator now produces an [iter|pos|item|score] table



U algebra.h
Index: algebra.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/algebra.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- algebra.h   8 Apr 2009 07:54:08 -0000       1.110
+++ algebra.h   8 Apr 2009 09:16:31 -0000       1.111
@@ -558,6 +558,7 @@
  * Constructor for an empty schema with iter|pos|item and item of type item_t
  */
 PFalg_schema_t PFalg_iter_pos_item_schema(PFalg_simple_type_t item_t);
+PFalg_schema_t PFalg_iter_pos_item_score_schema(PFalg_simple_type_t item_t);
 
 /** 
  * Constructor for an empty schema with iter|item and item of type item_t

U algebra_mnemonic.h
Index: algebra_mnemonic.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/algebra_mnemonic.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- algebra_mnemonic.h  8 Jan 2009 16:54:12 -0000       1.29
+++ algebra_mnemonic.h  8 Apr 2009 09:16:32 -0000       1.30
@@ -69,6 +69,9 @@
 /** simple schema constructor iter|pos|item */
 #define ipi_schema(a) PFalg_iter_pos_item_schema((a))
 
+/** simple schema constructor iter|pos|item|score */
+#define ipis_schema(a) PFalg_iter_pos_item_score_schema((a))
+
 /** simple schema constructor iter|item*/
 #define ii_schema(a) PFalg_iter_item_schema((a))
 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to