Changeset: f6719ad57c0c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6719ad57c0c
Modified Files:
        clients/Tests/exports.stable.out
Branch: default
Log Message:

Approved after recent changes.


diffs (115 lines):

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
@@ -626,11 +626,15 @@ str AGGRsubavgcand_dbl(bat *retval, bat 
 str AGGRsubcount(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
 str AGGRsubcountcand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, int 
*skip_nils);
 str AGGRsubmax(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
+str AGGRsubmax_val(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
 str AGGRsubmaxcand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, int 
*skip_nils);
+str AGGRsubmaxcand_val(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
int *skip_nils);
 str AGGRsubmedian(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
 str AGGRsubmediancand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, int 
*skip_nils);
 str AGGRsubmin(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
+str AGGRsubmin_val(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils);
 str AGGRsubmincand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, int 
*skip_nils);
+str AGGRsubmincand_val(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, 
int *skip_nils);
 str AGGRsubprod_bte(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils, 
int *abort_on_error);
 str AGGRsubprod_dbl(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils, 
int *abort_on_error);
 str AGGRsubprod_flt(bat *retval, bat *bid, bat *gid, bat *eid, int *skip_nils, 
int *abort_on_error);
@@ -797,6 +801,7 @@ str ALGstdev_sht(dbl *res, int *bid);
 str ALGstdev_wrd(dbl *res, int *bid);
 str ALGsubselect1(bat *result, bat *bid, const void *low, const void *high, 
const bit *li, const bit *hi, const bit *anti);
 str ALGsubselect2(bat *result, bat *bid, bat *sid, const void *low, const void 
*high, const bit *li, const bit *hi, const bit *anti);
+str ALGsubslice_wrd(int *ret, bat *bid, wrd *start, wrd *end);
 str ALGsubsort11(bat *result, bat *bid, bit *reverse, bit *stable);
 str ALGsubsort12(bat *result, bat *norder, bat *bid, bit *reverse, bit 
*stable);
 str ALGsubsort13(bat *result, bat *norder, bat *ngroup, bat *bid, bit 
*reverse, bit *stable);
@@ -809,6 +814,7 @@ str ALGsubsort33(bat *result, bat *norde
 str ALGsunion(int *result, int *lid, int *rid);
 str ALGsunique(int *result, int *bid);
 str ALGtdiff(int *result, int *lid, int *rid);
+str ALGtdifference(int *result, int *lid, int *rid);
 str ALGthetajoin(int *result, int *lid, int *rid, int *opc);
 str ALGthetajoin2(int *l, int *r, int *lid, int *rid, int *opc);
 str ALGthetajoinEstimate(int *result, int *lid, int *rid, int *opc, lng 
*estimate);
@@ -817,6 +823,7 @@ str ALGthetasubselect1(bat *result, bat 
 str ALGthetasubselect2(bat *result, bat *bid, bat *sid, const void *val, const 
char **op);
 str ALGthetauselect(int *result, int *bid, ptr value, str *op);
 str ALGthsort(int *result, int *lid);
+str ALGtinter(int *result, int *lid, int *rid);
 str ALGtintersect(int *result, int *lid, int *rid);
 str ALGtmark(int *result, int *bid, oid *base);
 str ALGtmark_default(int *result, int *bid);
@@ -2548,7 +2555,6 @@ void dumpManualHeader(stream *f);
 void dumpManualHelp(stream *f, Module s, int recursive);
 void dumpManualOverview(stream *f, Module v, int recursive);
 void dumpManualSection(stream *f, Module v);
-void dumpNamespaceStatistics(stream *f, int details);
 void dumpSearchTable(stream *f, str text);
 void echoInput(Client cntxt);
 str escape_str(str *retval, str s);
@@ -2656,8 +2662,11 @@ int hubProp;
 int idLength(Client cntxt);
 str identityRef;
 str ifthenelseRef;
+str ilikeRef;
 str ilikeselectRef;
+str ilikesubselectRef;
 str ilikeuselectRef;
+void initHeartbeat(void);
 void initLibraries(void);
 void initNamespace(void);
 void initParser(void);
@@ -2692,6 +2701,7 @@ int isFragmentGroup(InstrPtr q);
 int isFragmentGroup2(InstrPtr q);
 int isIdentifier(str s);
 int isInvariant(MalBlkPtr mb, int pcf, int pcl, int varid);
+int isLikeOp(InstrPtr q);
 int isLoaded(str modulename);
 int isLoopBarrier(MalBlkPtr mb, int pc);
 int isMapOp(InstrPtr q);
@@ -2703,9 +2713,9 @@ int isOptimizerPipe(str name);
 int isOrderby(InstrPtr q);
 int isPreloaded(str nme);
 int isProcedure(MalBlkPtr mb, InstrPtr p);
-int isProjection(InstrPtr p);
 int isSideEffectFree(MalBlkPtr mb);
 int isSlice(InstrPtr q);
+int isSubSelect(InstrPtr q);
 int isTmpName(str n);
 int isTopn(InstrPtr q);
 int isTypeName(str n);
@@ -2881,6 +2891,8 @@ int newVariable(MalBlkPtr mb, str name, 
 oid nextBoxElement(Box box, oid *cursor, ValPtr v);
 str nextRef;
 str notRef;
+str not_ilikeRef;
+str not_likeRef;
 str not_uniqueRef;
 int notnilProp;
 str octopusRef;
@@ -3130,6 +3142,7 @@ str submedianRef;
 str subminRef;
 str subprodRef;
 str subselectRef;
+str subsliceRef;
 str subsortRef;
 str subsumRef;
 str sumRef;
@@ -3137,6 +3150,7 @@ str sunionRef;
 int tableProp;
 int takeBox(Box box, str name, ValPtr val, int tpe);
 str takeRef;
+str tdiffRef;
 str tdifferenceRef;
 str thetajoinRef;
 str thetaselectRef;
@@ -3148,6 +3162,7 @@ timestamp *timestamp_nil;
 int timestamp_tostr(str *buf, int *len, timestamp *val);
 int timestamp_tostr(str *buf, int *len, timestamp *val);
 int timestamp_tz_tostr(str *buf, int *len, timestamp *val, tzone *timezone);
+str tinterRef;
 str tintersectRef;
 int tlbProp;
 str toString(Box box, lng i);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to