Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21943/compiler/algebra/prop

Modified Files:
        prop_ocol.c 
Log Message:
This check-in contains the PTIJAH implementation using the Algebra version of
Pathfinder. All PFTIJAH functions are implemented using the new fun_call /
fun_param operations and (after some coaching by JanR:) this worked
pretty well.

Notes:

- all functions except tijah:ft-index-info() are implemented.

- The maintainance of the Full-Text indices is now also implemented using a
  'tape'. So indices are only modified AFTER the query.

- Implementatation may be a little bit buggy because only operations on
  small synthetic test examples have been test an no real complex scenarios
  have been tried.
  The coming weeks I will try to solve these small problems but I thought it
  is better to synchronize early.

Jan Flokstra.



U prop_ocol.c
Index: prop_ocol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ocol.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- prop_ocol.c 7 Apr 2008 11:00:53 -0000       1.56
+++ prop_ocol.c 10 Apr 2008 13:38:41 -0000      1.57
@@ -67,6 +67,8 @@
     return false;
 }
 
+#include <stdio.h>
+
 /**
  * Return the type of @a attr in the list of ocol columns
  */
@@ -78,6 +80,7 @@
         if (attr == n->schema.items[i].name)
             return n->schema.items[i].type;
 
+    fprintf(stderr,"LOGICAL OP = %d.\n",n->kind);
     /* you should never get there */
     PFoops (OOPS_FATAL,
                  "Type of %s not found in schema", PFatt_str (attr));


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to