Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29013/compiler/include

Modified Files:
      Tag: M5XQ
        algebra.h 
Log Message:
propagated changes of Friday Dec 04 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/12/04 - sjoerd: compiler/include/algebra.h,1.114.2.1
  propagated changes of Friday Dec 04 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/12/04 - jflokstra: compiler/include/algebra.h,1.115
    Implemented translation to a MIL function of the following new tijah 
functions.
  
    - tijah:terms(element*) as string*
    - tijah:terms(element*,node) as string*
    - tijah:tf-all(string) as integer
    - tijah:tf-all(string,node) as integer
    - tijah:tf(element*,string) as integer
    - tijah:tf(element*,string,node) as integer
    - tijah:fb-terms(element*) as string*
    - tijah:fb-terms(element*,node) as string*
  
    The main MIL functions are still empty and Henning will fill te blanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: algebra.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/algebra.h,v
retrieving revision 1.111.2.3
retrieving revision 1.111.2.4
diff -u -d -r1.111.2.3 -r1.111.2.4
--- algebra.h   5 Oct 2009 12:14:42 -0000       1.111.2.3
+++ algebra.h   4 Dec 2009 14:49:03 -0000       1.111.2.4
@@ -742,6 +742,15 @@
 #define PFT_TOKENIZE   "pftijah_tokenize"
 #define PFT_RESSIZE    "pftijah_ressize"
 
+#define PFT_TERMS      "pftijah_terms"
+#define PFT_TERMS_O    "pftijah_terms_o"
+#define PFT_TFALL      "pftijah_tfall"
+#define PFT_TFALL_O    "pftijah_tfall_o"
+#define PFT_TF         "pftijah_tf"
+#define PFT_TF_O       "pftijah_tf_o"
+#define PFT_FBTERMS    "pftijah_fbterms"
+#define PFT_FBTERMS_O  "pftijah_fbterms_o"
+
 #endif /* HAVE_PFTIJAH */
 
 #endif  /* ALGEBRA_H */


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to