Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28090/compiler/include
Modified Files:
Tag: XQFT
mil.h
Log Message:
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.87
retrieving revision 1.87.2.1
diff -u -d -r1.87 -r1.87.2.1
--- mil.h 21 Oct 2009 13:28:42 -0000 1.87
+++ mil.h 4 Dec 2009 14:44:17 -0000 1.87.2.1
@@ -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