Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3509/semantics

Modified Files:
        xquery_fo.c 
Log Message:
* implement new PFTIJAH/Pathfinder function:

  pf:tijah-resultsize(integer)

  This method has arg argument the result tid from tijah-query-id() and returns
  the size of the original return set before returnNumber was applied.



Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- xquery_fo.c 22 Feb 2007 11:34:42 -0000      1.104
+++ xquery_fo.c 1 Mar 2007 13:23:14 -0000       1.105
@@ -1956,6 +1956,11 @@
         .arity = 1, .sig_count = 1, .sigs = { {
             .par_ty = (PFty_t[]) { PFty_xs_string () },
              .ret_ty = PFty_xs_string () } } }
+    , /* pf:tijah-resultsize(integer) as integer */
+      { .ns = PFns_lib, .loc = "tijah-resultsize",
+        .arity = 1, .sig_count = 1, .sigs = { {
+            .par_ty = (PFty_t[]) { PFty_xs_integer () },
+            .ret_ty = PFty_xs_integer () } } }
 #endif
     , { .loc = 0 }
     };


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to