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

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/12/04 - sjoerd: compiler/include/mil.h,1.87.2.1
  propagated changes of Friday Dec 04 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/12/04 - jflokstra: compiler/include/mil.h,1.88
    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: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.84.2.3
retrieving revision 1.84.2.4
diff -u -d -r1.84.2.3 -r1.84.2.4
--- mil.h       22 Oct 2009 11:00:17 -0000      1.84.2.3
+++ mil.h       4 Dec 2009 14:49:11 -0000       1.84.2.4
@@ -437,6 +437,10 @@
     , m_tj_ft_index_info
     , m_tj_add_fti_tape
     , m_tj_docmgmt_tape
+    , m_tj_terms
+    , m_tj_tfall
+    , m_tj_tf
+    , m_tj_fbterms
 #endif
 #ifdef HAVE_GEOXML
     , m_geo_point    /**< wkb create */
@@ -1122,6 +1126,15 @@
 
 PFmil_t * PFmil_tj_ft_index_info (const PFmil_t *a, const PFmil_t *b, const 
PFmil_t *c);
 
+
+PFmil_t * PFmil_tj_terms (const PFmil_t *a, const PFmil_t *b, const PFmil_t 
*c, const PFmil_t *d);
+
+PFmil_t * PFmil_tj_tfall (const PFmil_t *a, const PFmil_t *b, const PFmil_t 
*c, const PFmil_t *d);
+
+PFmil_t * PFmil_tj_tf (const PFmil_t *a, const PFmil_t *b, const PFmil_t *c, 
const PFmil_t *d, const PFmil_t *e);
+
+PFmil_t * PFmil_tj_fbterms (const PFmil_t *a, const PFmil_t *b, const PFmil_t 
*c, const PFmil_t *d);
+
 #endif
 
 #ifdef HAVE_GEOXML


------------------------------------------------------------------------------
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