Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16:/tmp/cvs-serv17024/compiler/semantics

Modified Files:
        xquery_fo.c 
Log Message:
- add first pftijah information function:
  tijah:ft-index-info ( [string*] ) as element()*
  We are still discussing how to present the ft-index/collection dependencies.

- untangle ft-index/global tag/term dictionary structure in preparation of the
  private tag/term dictionaries which we are planning to make.



Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- xquery_fo.c 18 Apr 2007 09:42:29 -0000      1.119
+++ xquery_fo.c 27 Apr 2007 13:36:09 -0000      1.120
@@ -1927,6 +1927,15 @@
 
 #ifdef HAVE_PFTIJAH
 /* #4. PFTIJAH FUNCTIONS */
+    , /* tijah:ft-index-info () as element()* */
+      { .ns = PFns_tijah, .loc = "ft-index-info",
+        .arity = 0, .sig_count = 1, .sigs = { {
+            .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
+    , /* tijah:ft-index-info (string*) as element()* */
+      { .ns = PFns_tijah, .loc = "ft-index-info",
+        .arity = 1, .sig_count = 1, .sigs = { {
+            .par_ty = (PFty_t[]) { PFty_xs_string () },
+            .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
     ,  /* tijah:create-ft-index() as docmgmt */
       { .ns = PFns_tijah, .loc = "create-ft-index",
         .arity = 0, .sig_count = 1, .sigs = { {


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to