Changeset: a85ac8e8bfe1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a85ac8e8bfe1
Modified Files:
        monetdb5/modules/mal/mal_io.mal
Branch: default
Log Message:

Add missing function
It can act as a temporary replacement of a columnar io.print


diffs (22 lines):

diff --git a/monetdb5/modules/mal/mal_io.mal b/monetdb5/modules/mal/mal_io.mal
--- a/monetdb5/modules/mal/mal_io.mal
+++ b/monetdb5/modules/mal/mal_io.mal
@@ -50,6 +50,9 @@ comment "The same as normal table print,
        enforces to use the order of BAT 
        number [1..argc] to do the printing.";
 
+pattern table(b1:bat[:oid,:any]):void 
+address IOttable
+comment "Print an n-ary table. Like print, but does not print oid column";
 pattern table(b1:bat[:oid,:any], b2:bat[:oid,:any]...):void 
 address IOttable
 comment "Print an n-ary table. Like print, but does not print oid column";
@@ -66,7 +69,7 @@ address IOprint_val
 comment "Print a MAL value tuple .";
 pattern print(val:bat[:oid,:any_2]):void 
 address IOprint_val
-comment "Print a MAL value tuple .";
+comment "Print a MAL value column .";
 
 pattern prompt(val:any_1):void 
 address IOprompt_val
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to