Changeset: 086691693d80 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=086691693d80
Modified Files:
sql/backends/monet5/sql_gencode.mx
Branch: default
Log Message:
Export function compilation
For the datacell we need to compile procedures directly.
diffs (28 lines):
diff --git a/sql/backends/monet5/sql_gencode.mx
b/sql/backends/monet5/sql_gencode.mx
--- a/sql/backends/monet5/sql_gencode.mx
+++ b/sql/backends/monet5/sql_gencode.mx
@@ -55,6 +55,7 @@
sql5_export str backend_name(cq *cq);
sql5_export void monet5_create_table_function(ptr M, char *name, sql_rel *rel,
sql_table *t);
sql5_export int monet5_resolve_function(ptr M, sql_func *f);
+sql5_export void backend_create_func(backend *be, sql_func *f);
#endif /* _SQL2MAL_H */
@c
@@ -72,7 +73,6 @@
#include <rel_bin.h>
static int _dumpstmt(backend *sql, MalBlkPtr mb, stmt *s);
-static void backend_create_func(backend *be, sql_func *f);
@+ MAL code support
To simplify construction of the MAL program use the following
@@ -2352,7 +2352,7 @@
}
/* TODO handle aggr */
-static void
+void
backend_create_func(backend *be, sql_func *f)
{
mvc *m = be->mvc;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list