Update of /cvsroot/monetdb/pathfinder/compiler/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26738/compiler/sql
Modified Files:
lalg2sql.brg
Log Message:
* Algebra / MIL implementation of XQuery builtin function fn:translate.
* Erase trailing space chars.
* Introduce new algebra types for the document management functions:
- aat_docmgmt
- aat_str1
- aat_str2
* Algebra implementation of the following document management functions:
- pf:add-doc(str,str)
- pf:add-doc(str,str, str)
- pf:add-doc(str,str, int)
- pf:add-doc(str,str, str, int)
- pf:del-doc(str)
mil code generation and runtime DocmgmTape function are still missing.
Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- lalg2sql.brg 15 Jan 2008 13:57:13 -0000 1.105
+++ lalg2sql.brg 18 Jan 2008 16:11:39 -0000 1.106
@@ -3080,6 +3080,7 @@
case alg_fun_fn_string_length:
case alg_fun_fn_upper_case:
case alg_fun_fn_lower_case:
+ case alg_fun_fn_translate:
case alg_fun_fn_substring_before:
case alg_fun_fn_substring_after:
case alg_fun_fn_matches:
@@ -3098,6 +3099,12 @@
case alg_fun_pf_fragment:
case alg_fun_pf_supernode:
+ case alg_fun_pf_add_doc:
+ case alg_fun_pf_add_doc_str:
+ case alg_fun_pf_add_doc_int:
+ case alg_fun_pf_add_doc_str_int:
+ case alg_fun_pf_del_doc:
+
case alg_fun_upd_delete:
case alg_fun_upd_rename:
case alg_fun_upd_insert_into_as_first:
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins