Changeset: 0ffa635517da for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0ffa635517da
Modified Files:
        monetdb5/modules/mal/pp_algebra.c
Branch: pp_hashjoin
Log Message:

removed unused code in comments


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pp_algebra.c 
b/monetdb5/modules/mal/pp_algebra.c
--- a/monetdb5/modules/mal/pp_algebra.c
+++ b/monetdb5/modules/mal/pp_algebra.c
@@ -4981,8 +4981,6 @@ static mel_func pp_algebra_init_funcs[] 
  command("aggr", "avg", ALGfsum, false, "Return the Kahan/Neumaier 
summation.", args(3,4, arg("rsum", dbl), arg("rcom", dbl), arg("rcnt", lng), 
batarg("b", dbl))),
  command("aggr", "avg", ALGfsum_skipnil, false, "Return the Kahan/Neumaier 
summation or nil.", args(3,5, arg("rsum", dbl), arg("rcom", dbl), arg("rcnt", 
lng), batarg("b", dbl), arg("skipnil",bit))),
  command("aggr", "ord_quantile", LALGquantile, false, "Return the p-th's 
quantile per group, where p is between 0 and 100", args(1,4, 
batargany("quantile", 1), batarg("gid", oid), batargany("i", 1), arg("p", 
bte))),
- //command("aggr", "quantile", LALGquantile, false, "Return the p-th's 
quantile per group, where p is between 0 and 100", args(1,5, 
batargany("quantile", 1), batarg("gid", oid), batargany("i", 1), 
arg("pipeline", ptr), batarg("pid", oid))),
- /* in combine we return the pth row (or avg) */
  { .imp=NULL }
 };
 #include "mal_import.h"
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to