Changeset: 23e421282dc1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=23e421282dc1 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: default Log Message:
Approvals. diffs (39 lines): diff --git a/clients/Tests/MAL-signatures.stable.out b/clients/Tests/MAL-signatures.stable.out --- a/clients/Tests/MAL-signatures.stable.out +++ b/clients/Tests/MAL-signatures.stable.out @@ -38471,18 +38471,6 @@ pattern io.stdin():bstream address io_stdin; comment return the input stream to the database client -pattern io.table(order:int,b1:bat[:oid,:any],b2:bat[:oid,:any]...):void -address IOtotable; -comment Print an n-ary table. - -pattern io.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 - -pattern io.table(b1:bat[:oid,:any]):void -address IOttable; -comment Print an n-ary table. Like print, but does not print oid column - command iterator.next(step:dbl,last:dbl):dbl address ITRnext_dbl; comment Advances the iterator with a fixed value diff --git a/clients/Tests/MAL-signatures.stable.out.int128 b/clients/Tests/MAL-signatures.stable.out.int128 --- a/clients/Tests/MAL-signatures.stable.out.int128 +++ b/clients/Tests/MAL-signatures.stable.out.int128 @@ -49368,11 +49368,11 @@ comment Print a MAL value column . pattern io.print(val:any_1):void address IOprint_val; -comment Print a MAL value tuple . +comment Print a MAL value. pattern io.print(b1:bat[:oid,:any]...):void address IOtable; -comment BATs are printed with '#' for legend lines, and the BUNs on seperate lines between brackets, containing each to comma separated values (head and tail). If multiple BATs are passed for printing, print() performs an implicit natural join, producing a multi attribute table. +comment BATs are printed with '#' for legend lines, and the BUNs on seperate lines between brackets, containing each to comma separated values (head and tail). If multiple BATs are passed for printing, print() performs an implicit natural join on the void head, producing a multi attribute table. pattern io.print(val:any_1,lst:any...):void address IOprint_val; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
