Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16:/tmp/cvs-serv31589/include
Modified Files:
builtins.h
Log Message:
-- Fix fn:string: Call specialized variants as long as the most general one
doesn't work.
Index: builtins.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/builtins.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- builtins.h 9 Jan 2007 16:00:54 -0000 1.31
+++ builtins.h 8 May 2007 12:44:41 -0000 1.32
@@ -49,9 +49,34 @@
/* 2. ACCESSORS */
/* 2.3. fn:string */
+struct PFla_pair_t PFbui_fn_string_attr (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
+struct PFla_pair_t PFbui_fn_string_text (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
+struct PFla_pair_t PFbui_fn_string_pi (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
+struct PFla_pair_t PFbui_fn_string_comm (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
+struct PFla_pair_t PFbui_fn_string_elem (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
+struct PFla_pair_t PFbui_fn_string_elem_attr (const PFla_op_t *loop,
+ bool ordering,
+ struct PFla_pair_t *args);
+
struct PFla_pair_t PFbui_fn_string (const PFla_op_t *loop,
bool ordering,
struct PFla_pair_t *args);
+
/* 2.4. fn:data */
struct PFla_pair_t PFbui_fn_data_attr (const PFla_op_t *loop,
bool ordering,
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins