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

Modified Files:
      Tag: XQFT
        algebra.h 
Log Message:
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.114
retrieving revision 1.114.2.1
diff -u -d -r1.114 -r1.114.2.1
--- algebra.h   5 Oct 2009 09:38:06 -0000       1.114
+++ algebra.h   4 Dec 2009 14:44:08 -0000       1.114.2.1
@@ -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