Changeset: f27252f60da7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f27252f60da7 Modified Files: clients/Tests/MAL-signatures.stable.out sql/test/emptydb-upgrade-chain-hge/Tests/check.stable.out.int128 sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.stable.out.int128 sql/test/emptydb-upgrade-chain/Tests/check.stable.out sql/test/emptydb-upgrade-chain/Tests/check.stable.out.int128 sql/test/emptydb-upgrade-chain/Tests/upgrade.stable.out sql/test/emptydb-upgrade-chain/Tests/upgrade.stable.out.int128 sql/test/emptydb-upgrade-hge/Tests/check.stable.out.int128 sql/test/emptydb-upgrade-hge/Tests/upgrade.stable.out.int128 sql/test/emptydb-upgrade/Tests/check.stable.out sql/test/emptydb-upgrade/Tests/check.stable.out.int128 sql/test/emptydb-upgrade/Tests/upgrade.stable.out sql/test/emptydb-upgrade/Tests/upgrade.stable.out.int128 sql/test/emptydb/Tests/check.stable.out sql/test/emptydb/Tests/check.stable.out.int128 sql/test/leaks/Tests/check1.stable.out sql/test/leaks/Tests/check2.stable.out sql/test/leaks/Tests/check3.stable.out sql/test/leaks/Tests/check4.stable.out sql/test/leaks/Tests/check5.stable.out sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128 sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out sql/test/testdb-upgrade/Tests/upgrade.stable.out sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128 Branch: Jun2016 Log Message:
Approvals. diffs (truncated from 12743 to 300 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 @@ -16,17 +16,9 @@ stdout of test 'MAL-signatures` in direc Ready. -# 15:16:50 > -# 15:16:50 > "mclient" "-lmal" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-9622" "--port=32080" -# 15:16:50 > - -command aggr.avg(b:bat[:hge],g:bat[:oid],e:bat[:any_1]) (X_4:bat[:dbl],X_5:bat[:wrd]) -address AGGRavg23_dbl; -comment Grouped tail average on hge, also returns count - -command aggr.avg(b:bat[:hge],g:bat[:oid],e:bat[:any_1]):bat[:dbl] -address AGGRavg13_dbl; -comment Grouped tail average on hge +# 12:27:16 > +# 12:27:16 > "mclient" "-lmal" "-ftest" "-Eutf-8" "--host=/var/tmp/mtest-25748" "--port=36923" +# 12:27:16 > command aggr.avg(b:bat[:dbl],g:bat[:oid],e:bat[:any_1]) (X_4:bat[:dbl],X_5:bat[:wrd]) address AGGRavg23_dbl; @@ -88,8 +80,6 @@ pattern aggr.avg(b:bat[:any_2]):dbl address CMDcalcavg; comment Gives the avg of all tail values -function aggr.corr(e1:bat[:hge],e2:bat[:hge]):hge; -function aggr.covar(e1:bat[:hge],e2:bat[:hge]):hge; function aggr.corr(e1:bat[:dbl],e2:bat[:dbl]):dbl; function aggr.covar(e1:bat[:dbl],e2:bat[:dbl]):dbl; function aggr.corr(e1:bat[:flt],e2:bat[:flt]):flt; @@ -523,142 +513,6 @@ pattern aggr.prod(b:bat[:bte]):bte address CMDBATprod; comment Calculate aggregate product of B. -pattern aggr.prod(b:bat[:hge],s:bat[:oid],nil_if_empty:bit):dbl -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:hge],s:bat[:oid]):dbl -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:hge],nil_if_empty:bit):dbl -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:hge]):dbl -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:hge],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:hge],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:hge],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:hge]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:lng],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:lng],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:lng],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:lng]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:wrd],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:wrd],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:wrd],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:wrd]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:int],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:int],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:int],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:int]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:sht],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:sht],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:sht],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:sht]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:bte],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:bte],s:bat[:oid]):hge -address CMDBATprod; -comment Calculate aggregate product of B with candidate list. - -pattern aggr.prod(b:bat[:bte],nil_if_empty:bit):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -pattern aggr.prod(b:bat[:bte]):hge -address CMDBATprod; -comment Calculate aggregate product of B. - -command aggr.prod(b:bat[:hge],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on hge - -command aggr.prod(b:bat[:lng],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on lng - -command aggr.prod(b:bat[:wrd],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on wrd - -command aggr.prod(b:bat[:int],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on int - -command aggr.prod(b:bat[:sht],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on sht - -command aggr.prod(b:bat[:bte],g:bat[:oid],e:bat[:any_1]):bat[:hge] -address AGGRprod3_hge; -comment Grouped tail product on bte - command aggr.prod(b:bat[:dbl],g:bat[:oid],e:bat[:any_1]):bat[:dbl] address AGGRprod3_dbl; comment Grouped tail product on dbl @@ -736,8 +590,6 @@ command aggr.quantile(b:bat[:any_1],g:ba address AGGRquantile3; comment Grouped quantile aggregate -function aggr.subcorr(e1:bat[:hge],e2:bat[:hge],g:bat[:oid],e:bat[:any_2],f:bit):bat[:hge]; -function aggr.subcovar(e1:bat[:hge],e2:bat[:hge],g:bat[:oid],e:bat[:any_2],f:bit):bat[:hge]; function aggr.subcorr(e1:bat[:dbl],e2:bat[:dbl],g:bat[:oid],e:bat[:any_2],f:bit):bat[:dbl]; function aggr.subcovar(e1:bat[:dbl],e2:bat[:dbl],g:bat[:oid],e:bat[:any_2],f:bit):bat[:dbl]; function aggr.subcorr(e1:bat[:flt],e2:bat[:flt],g:bat[:oid],e:bat[:any_2],f:bit):bat[:flt]; @@ -1120,294 +972,6 @@ pattern aggr.sum(b:bat[:bte]):bte address CMDBATsum; comment Calculate aggregate sum of B. -pattern aggr.sum(b:bat[:hge],s:bat[:oid],nil_if_empty:bit):dbl -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:hge],s:bat[:oid]):dbl -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:hge],nil_if_empty:bit):dbl -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:hge]):dbl -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:hge],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:hge],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:hge],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:hge]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:lng],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:lng],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:lng],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:lng]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:wrd],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:wrd],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:wrd],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:wrd]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:int],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:int],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:int],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:int]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:sht],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:sht],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:sht],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:sht]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:bte],s:bat[:oid],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:bte],s:bat[:oid]):hge -address CMDBATsum; -comment Calculate aggregate sum of B with candidate list. - -pattern aggr.sum(b:bat[:bte],nil_if_empty:bit):hge -address CMDBATsum; -comment Calculate aggregate sum of B. - -pattern aggr.sum(b:bat[:bte]):hge -address CMDBATsum; -comment Calculate aggregate sum of B. _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list