Changeset: f903dffaf7bc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f903dffaf7bc
Modified Files:
        clients/R/MonetDB.R/R/dplyr.R
        clients/Tests/exports.stable.out
        gdk/gdk_imprints.c
        gdk/gdk_logger.c
        gdk/gdk_logger.h
        gdk/gdk_private.h
        monetdb5/extras/rapi/rapi.c
        monetdb5/modules/atoms/blob.c
        monetdb5/modules/atoms/blob.h
        monetdb5/modules/kernel/aggr.c
        monetdb5/modules/kernel/batmmath.c
        monetdb5/modules/kernel/batmmath.h
        monetdb5/modules/kernel/group.c
        monetdb5/modules/kernel/group.h
        monetdb5/modules/kernel/mmath.c
        monetdb5/modules/kernel/mmath.h
        monetdb5/modules/mal/mat.c
        monetdb5/optimizer/opt_groups.c
        sql/backends/monet5/sql.c
        sql/backends/monet5/sql.h
        sql/backends/monet5/sql_bat2time.c
        sql/backends/monet5/sql_cast.c
        sql/backends/monet5/sql_fround_impl.h
        sql/backends/monet5/sql_round_impl.h
        sql/common/sql_hash.c
        sql/common/sql_types.c
        sql/common/sql_types.h
        sql/include/sql_catalog.h
        sql/include/sql_hash.h
        sql/server/sql_mvc.c
        sql/server/sql_mvc.h
        sql/storage/bat/bat_logger.c
        sql/storage/bat/bat_table.c
        sql/storage/bat/res_table.c
        sql/storage/restrict/restrict_logger.c
        sql/storage/restrict/restrict_table.c
        sql/storage/sql_catalog.c
        sql/storage/sql_storage.h
        sql/storage/store.c
        sql/storage/store_connections.c
        testing/malcheck.py
        tools/merovingian/daemon/forkmserver.c
        tools/merovingian/daemon/merovingian.c
        tools/merovingian/utils/properties.c
Branch: default
Log Message:

Merge with Oct2014 branch.


diffs (truncated from 5040 to 300 lines):

diff --git a/clients/R/MonetDB.R/R/dplyr.R b/clients/R/MonetDB.R/R/dplyr.R
--- a/clients/R/MonetDB.R/R/dplyr.R
+++ b/clients/R/MonetDB.R/R/dplyr.R
@@ -1,6 +1,6 @@
 src_monetdb <- function(dbname, host = "localhost", port = 50000L, user = 
"monetdb",
   password = "monetdb", ...) {
-  requireNamespace("dplyr", quietly = TRUE)
+  requireNamespace("dplyr")
   con <- dbConnect(MonetDB.R(), dbname = dbname , host = host, port = port,
     user = user, password = password, ...)
   dplyr::src_sql("monetdb", con, info = dbGetInfo(con))
diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -416,22 +416,22 @@ int lngFromStr(const char *src, int *len
 int lngToStr(str *dst, int *len, const lng *src);
 const lng lng_nil;
 int log_abort(logger *lg);
-int log_bat(logger *lg, BAT *b, char *n);
-int log_bat_clear(logger *lg, char *n);
-int log_bat_persists(logger *lg, BAT *b, char *n);
-int log_bat_transient(logger *lg, char *n);
-int log_delta(logger *lg, BAT *b, char *n);
+int log_bat(logger *lg, BAT *b, const char *n);
+int log_bat_clear(logger *lg, const char *n);
+int log_bat_persists(logger *lg, BAT *b, const char *n);
+int log_bat_transient(logger *lg, const char *n);
+int log_delta(logger *lg, BAT *b, const char *n);
 int log_sequence(logger *lg, int seq, lng id);
 int log_tend(logger *lg);
 int log_tstart(logger *lg);
-log_bid logger_add_bat(logger *lg, BAT *b, char *name);
+log_bid logger_add_bat(logger *lg, BAT *b, const char *name);
 lng logger_changes(logger *lg);
 int logger_cleanup(logger *lg);
-logger *logger_create(int debug, char *fn, char *logdir, int version, 
preversionfix_fptr prefuncp, postversionfix_fptr postfuncp);
+logger *logger_create(int debug, const char *fn, const char *logdir, int 
version, preversionfix_fptr prefuncp, postversionfix_fptr postfuncp);
 void logger_del_bat(logger *lg, log_bid bid);
 void logger_destroy(logger *lg);
 int logger_exit(logger *lg);
-log_bid logger_find_bat(logger *lg, char *name);
+log_bid logger_find_bat(logger *lg, const char *name);
 int logger_restart(logger *lg);
 int logger_sequence(logger *lg, int seq, lng *id);
 void *mdlopen(const char *library, int mode);
@@ -598,126 +598,126 @@ char *mapi_unquote(char *msg);
 MapiMsg mapi_virtual_result(MapiHdl hdl, int columns, const char 
**columnnames, const char **columntypes, const int *columnlengths, int 
tuplecount, const char ***tuples);
 
 # monetdb5
-str AGGRavg12_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRavg13_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRavg22_dbl(bat *retval1, bat *retval2, bat *bid, bat *eid);
-str AGGRavg23_dbl(bat *retval1, bat *retval2, bat *bid, bat *gid, bat *eid);
-str AGGRcount2(bat *retval, bat *bid, bat *eid, bit *ignorenils);
-str AGGRcount2nils(bat *retval, bat *bid, bat *eid);
-str AGGRcount2nonils(bat *retval, bat *bid, bat *eid);
-str AGGRcount3(bat *retval, bat *bid, bat *gid, bat *eid, bit *ignorenils);
-str AGGRcount3nils(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRcount3nonils(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRmax2(bat *retval, bat *bid, bat *eid);
-str AGGRmax3(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRmedian(bat *retval, bat *bid, bit *skip_nils);
-str AGGRmedian3(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRmin2(bat *retval, bat *bid, bat *eid);
-str AGGRmin3(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod2_bte(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_flt(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_hge(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_int(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_lng(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_sht(bat *retval, bat *bid, bat *eid);
-str AGGRprod2_wrd(bat *retval, bat *bid, bat *eid);
-str AGGRprod3_bte(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_flt(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_hge(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_int(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_lng(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_sht(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRprod3_wrd(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRquantile(bat *retval, bat *bid, bat *quantile, bit *skip_nils);
-str AGGRquantile3(bat *retval, bat *bid, bat *gid, bat *eid, bat *quantile);
-str AGGRsize2(bat *retval, bat *bid, bat *eid);
-str AGGRsize2nils(bat *retval, bat *bid, bat *eid);
-str AGGRstdev2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRstdev3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRstdevp2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRstdevp3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsubavg1_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubavg1cand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubavg2_dbl(bat *retval1, bat *retval2, bat *bid, bat *gid, bat *eid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubavg2cand_dbl(bat *retval1, bat *retval2, bat *bid, bat *gid, bat 
*eid, bat *sid, bit *skip_nils, bit *abort_on_error);
-str AGGRsubcount(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubcountcand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, bit 
*skip_nils);
-str AGGRsubmax(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubmax_val(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubmaxcand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, bit 
*skip_nils);
-str AGGRsubmaxcand_val(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils);
-str AGGRsubmedian(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubmediancand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, bit 
*skip_nils);
-str AGGRsubmin(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubmin_val(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils);
-str AGGRsubmincand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, bit 
*skip_nils);
-str AGGRsubmincand_val(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils);
-str AGGRsubprod_bte(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_flt(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_hge(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_int(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_lng(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_sht(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprod_wrd(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubprodcand_bte(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_flt(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_hge(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_int(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_lng(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_sht(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubprodcand_wrd(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubquantile(bat *retval, bat *bid, bat *quantile, bat *gid, bat *eid, 
bit *skip_nils);
-str AGGRsubquantilecand(bat *retval, bat *bid, bat *quantile, bat *gid, bat 
*eid, bat *sid, bit *skip_nils);
-str AGGRsubstdev_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit 
*skip_nils, bit *abort_on_error);
-str AGGRsubstdevcand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubstdevp_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit 
*skip_nils, bit *abort_on_error);
-str AGGRsubstdevpcand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsum_bte(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_flt(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_hge(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_int(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_lng(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_sht(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsum_wrd(bat *retval, bat *bid, bat *gid, bat *eid, bit *skip_nils, 
bit *abort_on_error);
-str AGGRsubsumcand_bte(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_flt(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_hge(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_int(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_lng(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_sht(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubsumcand_wrd(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
bit *skip_nils, bit *abort_on_error);
-str AGGRsubvariance_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit 
*skip_nils, bit *abort_on_error);
-str AGGRsubvariancecand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat 
*sid, bit *skip_nils, bit *abort_on_error);
-str AGGRsubvariancep_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bit 
*skip_nils, bit *abort_on_error);
-str AGGRsubvariancepcand_dbl(bat *retval, bat *bid, bat *gid, bat *eid, bat 
*sid, bit *skip_nils, bit *abort_on_error);
+str AGGRavg12_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRavg13_dbl(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRavg22_dbl(bat *retval1, bat *retval2, const bat *bid, const bat *eid);
+str AGGRavg23_dbl(bat *retval1, bat *retval2, const bat *bid, const bat *gid, 
const bat *eid);
+str AGGRcount2(bat *retval, const bat *bid, const bat *eid, const bit 
*ignorenils);
+str AGGRcount2nils(bat *retval, const bat *bid, const bat *eid);
+str AGGRcount2nonils(bat *retval, const bat *bid, const bat *eid);
+str AGGRcount3(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *ignorenils);
+str AGGRcount3nils(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
+str AGGRcount3nonils(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
+str AGGRmax2(bat *retval, const bat *bid, const bat *eid);
+str AGGRmax3(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRmedian(bat *retval, const bat *bid, const bit *skip_nils);
+str AGGRmedian3(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRmin2(bat *retval, const bat *bid, const bat *eid);
+str AGGRmin3(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod2_bte(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_flt(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_hge(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_int(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_lng(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_sht(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod2_wrd(bat *retval, const bat *bid, const bat *eid);
+str AGGRprod3_bte(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_dbl(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_flt(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_hge(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_int(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_lng(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_sht(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRprod3_wrd(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRquantile(bat *retval, const bat *bid, const bat *quantile, const bit 
*skip_nils);
+str AGGRquantile3(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bat *quantile);
+str AGGRsize2(bat *retval, const bat *bid, const bat *eid);
+str AGGRsize2nils(bat *retval, const bat *bid, const bat *eid);
+str AGGRstdev2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRstdev3_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
+str AGGRstdevp2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRstdevp3_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
+str AGGRsubavg1_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubavg1cand_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubavg2_dbl(bat *retval1, bat *retval2, const bat *bid, const bat 
*gid, const bat *eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubavg2cand_dbl(bat *retval1, bat *retval2, const bat *bid, const bat 
*gid, const bat *eid, const bat *sid, const bit *skip_nils, const bit 
*abort_on_error);
+str AGGRsubcount(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *skip_nils);
+str AGGRsubcountcand(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubmax(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *skip_nils);
+str AGGRsubmax_val(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils);
+str AGGRsubmaxcand(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubmaxcand_val(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubmedian(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *skip_nils);
+str AGGRsubmediancand(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubmin(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *skip_nils);
+str AGGRsubmin_val(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils);
+str AGGRsubmincand(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubmincand_val(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
+str AGGRsubprod_bte(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_flt(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_hge(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_int(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_lng(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_sht(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprod_wrd(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_bte(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_flt(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_hge(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_int(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_lng(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_sht(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubprodcand_wrd(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubquantile(bat *retval, const bat *bid, const bat *quantile, const 
bat *gid, const bat *eid, const bit *skip_nils);
+str AGGRsubquantilecand(bat *retval, const bat *bid, const bat *quantile, 
const bat *gid, const bat *eid, const bat *sid, const bit *skip_nils);
+str AGGRsubstdev_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubstdevcand_dbl(bat *retval, const bat *bid, const bat *gid, const 
bat *eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubstdevp_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubstdevpcand_dbl(bat *retval, const bat *bid, const bat *gid, const 
bat *eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_bte(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_flt(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_hge(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, bit *skip_nils, bit *abort_on_error);
+str AGGRsubsum_int(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_lng(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_sht(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsum_wrd(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_bte(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_flt(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_hge(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_int(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_lng(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_sht(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubsumcand_wrd(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubvariance_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubvariancecand_dbl(bat *retval, const bat *bid, const bat *gid, const 
bat *eid, const bat *sid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubvariancep_dbl(bat *retval, const bat *bid, const bat *gid, const 
bat *eid, const bit *skip_nils, const bit *abort_on_error);
+str AGGRsubvariancepcand_dbl(bat *retval, const bat *bid, const bat *gid, 
const bat *eid, const bat *sid, const bit *skip_nils, const bit 
*abort_on_error);
 str AGGRsubxml(bat *retval, const bat *bid, const bat *gid, const bat *eid, 
const bit *skip_nils);
 str AGGRsubxmlcand(bat *retval, const bat *bid, const bat *gid, const bat 
*eid, const bat *sid, const bit *skip_nils);
-str AGGRsum2_bte(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_flt(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_hge(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_int(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_lng(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_sht(bat *retval, bat *bid, bat *eid);
-str AGGRsum2_wrd(bat *retval, bat *bid, bat *eid);
-str AGGRsum3_bte(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_flt(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_hge(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_int(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_lng(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_sht(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRsum3_wrd(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRvariance2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRvariance3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
-str AGGRvariancep2_dbl(bat *retval, bat *bid, bat *eid);
-str AGGRvariancep3_dbl(bat *retval, bat *bid, bat *gid, bat *eid);
+str AGGRsum2_bte(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_flt(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_hge(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_int(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_lng(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_sht(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum2_wrd(bat *retval, const bat *bid, const bat *eid);
+str AGGRsum3_bte(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_dbl(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_flt(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_hge(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_int(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_lng(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_sht(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRsum3_wrd(bat *retval, const bat *bid, const bat *gid, const bat *eid);
+str AGGRvariance2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRvariance3_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
+str AGGRvariancep2_dbl(bat *retval, const bat *bid, const bat *eid);
+str AGGRvariancep3_dbl(bat *retval, const bat *bid, const bat *gid, const bat 
*eid);
 str ALARMctime(str *res);
 str ALARMepilogue(void *ret);
 str ALARMepoch(int *res);
@@ -1220,46 +1220,46 @@ str CMDqgramnormalize(str *res, str *inp
 str CMDqgramselfjoin(bat *res1, bat *res2, bat *qid, bat *bid, bat *pid, bat 
*lid, flt *c, int *k);
 str CMDraise(str *ret, str *msg);
 str CMDregisterFunction(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
-str CMDscience_bat_cst_atan2_dbl(bat *ret, bat *bid, dbl *d);
-str CMDscience_bat_cst_atan2_flt(bat *ret, bat *bid, flt *d);
-str CMDscience_bat_cst_pow_dbl(bat *ret, bat *bid, dbl *d);
-str CMDscience_bat_cst_pow_flt(bat *ret, bat *bid, flt *d);
-str CMDscience_bat_dbl_acos(bat *ret, bat *bid);
-str CMDscience_bat_dbl_asin(bat *ret, bat *bid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to