[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    MonetDB: default - Align script with output.
From:       Sjoerd Mullender <commits () monetdb ! org>
Date:       2015-01-29 8:41:33
Message-ID: hg.60eb983e98de.1422520893.6315528441665844383 () monetdb2 ! cwi-incubator ! nl
[Download RAW message or body]

Changeset: 60eb983e98de for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=60eb983e98de
Modified Files:
	monetdb5/modules/kernel/aggr.mal.sh
Branch: default
Log Message:

Align script with output.


diffs (35 lines):

diff --git a/monetdb5/modules/kernel/aggr.mal.sh b/monetdb5/modules/kernel/aggr.mal.sh
--- a/monetdb5/modules/kernel/aggr.mal.sh
+++ b/monetdb5/modules/kernel/aggr.mal.sh
@@ -263,18 +263,18 @@ address AGGRcount2
 comment "Grouped count";
 
 command count(b:bat[:oid,:any_1], g:bat[:oid,:oid], e:bat[:oid,:any_2],
-		ignorenils:bit) :bat[:void,:wrd]
+		ignorenils:bit) :bat[:oid,:wrd]
 address AGGRcount3;
 
-command size(b:bat[:void,:bit], e:bat[:void,:any_1]) :bat[:void,:wrd]
+command size(b:bat[:oid,:bit], e:bat[:oid,:any_1]) :bat[:oid,:wrd]
 address AGGRsize2nils
 comment "Grouped count of true values";
 
-command count(b:bat[:void,:any_1], e:bat[:oid,:any_2]) :bat[:void,:wrd]
+command count(b:bat[:oid,:any_1], e:bat[:oid,:any_2]) :bat[:oid,:wrd]
 address AGGRcount2nils
 comment "Grouped count";
 
-command count(b:bat[:void,:any_1], e:bat[:void,:any_2]) :bat[:void,:wrd]
+command count(b:bat[:oid,:any_1], e:bat[:oid,:any_2]) :bat[:oid,:wrd]
 address AGGRcount2nils;
 
 command count_no_nil(b:bat[:oid,:any_1],e:bat[:oid,:any_1]):bat[:oid,:wrd]
@@ -303,7 +303,7 @@ address AGGRmedian3
 comment "Grouped median aggregate";
 
 function median(b:bat[:oid,:any_1]) :any_1;
-	bn := submedian(b, false);
+	bn := submedian(b, true);
 	return algebra.fetch(bn, 0@0);
 end aggr.median;
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic