Changeset: d4b459f098b9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4b459f098b9
Modified Files:
clients/mapiclient/tomograph.c
Branch: default
Log Message:
tomograph: added aggr.avg() & aggr.subavg() ("-a" mode, only)
diffs (12 lines):
diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -674,6 +674,8 @@ base_colors[] = {
/* 1 */ { 0, 0, "algebra", "project", 0 },
/* 1 */ { 0, 0, "algebra", "fetch", 0 },
/* 1 */ { 0, 0, "aggr", "max", 0 },
+/* ? */ { 0, 0, "aggr", "avg", 0 },
+/* ? */ { 0, 0, "aggr", "subavg", 0 },
/* 0 */ { 0, 0, 0, 0, 0 }
};
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list