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

exports: approve after 8dea6abd4c90


diffs (156 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
@@ -682,10 +682,12 @@ str ALARMusec(lng *ret);
 str ALGBATmaximum(ptr *result, int *bid);
 str ALGBATminimum(ptr *result, int *bid);
 str ALGantijoin(int *result, int *lid, int *rid);
+str ALGantijoin2(int *l, int *r, int *lid, int *rid);
 str ALGantiuselect1(int *result, int *bid, ptr value);
 str ALGantiuselectInclusive(int *result, int *bid, ptr low, ptr high, bit 
*lin, bit *rin);
 str ALGavg(dbl *res, int *bid);
 str ALGbandjoin(int *result, int *lid, int *rid, ptr *minus, ptr *plus, bit 
*li, bit *hi);
+str ALGbandjoin2(int *l, int *r, int *lid, int *rid, ptr *minus, ptr *plus, 
bit *li, bit *hi);
 str ALGbandjoin_default(int *result, int *lid, int *rid, ptr *minus, ptr 
*plus);
 str ALGcard(lng *result, int *bid);
 str ALGcopy(int *result, int *bid);
@@ -693,6 +695,7 @@ str ALGcount_bat(wrd *result, int *bid);
 str ALGcount_nil(wrd *result, int *bid, bit *ignore_nils);
 str ALGcount_no_nil(wrd *result, int *bid);
 str ALGcross(int *result, int *lid, int *rid);
+str ALGcrossproduct2(int *l, int *r, int *lid, int *rid);
 str ALGexist(bit *ret, int *bid, ptr val);
 str ALGexistBUN(bit *ret, int *bid, ptr val, ptr tval);
 str ALGfetch(ptr ret, int *bid, lng *pos);
@@ -714,6 +717,7 @@ str ALGhtsort(int *result, int *lid);
 str ALGidentity(int *ret, int *bid);
 str ALGindexjoin(int *result, int *lid, int *rid);
 str ALGjoin(int *result, int *lid, int *rid);
+str ALGjoin2(int *l, int *r, int *lid, int *rid);
 str ALGjoinPath(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 BAT *ALGjoinPathBody(Client cntxt, int top, BAT **joins, int flag);
 str ALGjoinestimate(int *result, int *lid, int *rid, lng *estimate);
@@ -780,6 +784,7 @@ str ALGprojectNIL(int *ret, int *bid);
 str ALGprojecthead(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str ALGprojecttail(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str ALGrangejoin(int *result, int *lid, int *rlid, int *rhid, bit *li, bit 
*hi);
+str ALGrangejoin2(int *l, int *r, int *lid, int *rlid, int *rhid, bit *li, bit 
*hi);
 str ALGreuse(int *ret, int *bid);
 str ALGrevert(int *result, int *bid);
 str ALGsample(int *result, int *bid, int *param);
@@ -845,6 +850,7 @@ str ALGsunion(int *result, int *lid, int
 str ALGsunique(int *result, int *bid);
 str ALGtdiff(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);
 str ALGthetaselect(int *result, int *bid, ptr low, str *op);
 str ALGthetasubselect1(bat *result, bat *bid, const void *val, const char 
**op);
@@ -1380,7 +1386,6 @@ str CSTtoString(Client cntxt, MalBlkPtr 
 int CTrefine(BAT **res, BAT *b, BAT *a);
 int CTrefine_rev(BAT **res, BAT *b, BAT *a);
 str CemptySet(int *k, int *bid);
-int DFLOWadmission(lng argclaim, lng hotclaim);
 str DICTbind(int *idx, int *val, str *nme);
 str DICTcompress(int *idx, str *nme, int *bid);
 str DICTdecompress(int *ret, str *nme);
@@ -1571,6 +1576,7 @@ str LCKunset(int *res, monet_lock *l);
 char *M5OutOfMemory;
 str MACROprocessor(Client cntxt, MalBlkPtr mb, Symbol t);
 int MAL_MAXCLIENTS;
+int MALadmission(lng argclaim, lng hotclaim);
 str MALassertBit(int *ret, bit *val, str *msg);
 str MALassertInt(int *ret, int *val, str *msg);
 str MALassertLng(int *ret, lng *val, str *msg);
@@ -1588,6 +1594,7 @@ str MALoptimizer(Client c);
 str MALparser(Client c);
 str MALpipeline(Client c);
 str MALreader(Client c);
+void MALresourceFairness(Client cntxt, MalBlkPtr mb, lng usec);
 str MALstartDataflow(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str MANUALcompletion(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str MANUALcreate0(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
@@ -1879,6 +1886,7 @@ int OPToriginImplementation(Client cntxt
 str OPTpeers(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 int OPTprejoinImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
 int OPTpushrangesImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
+int OPTpushselectImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
 int OPTrecyclerImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr p);
 int OPTreduceImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr p);
 int OPTremapImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
@@ -2331,6 +2339,7 @@ str TKNZRgetIndex(int *r);
 str TKNZRgetLevel(int *r, int *level);
 str TKNZRlocate(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str TKNZRopen(int *r, str *name);
+str TKNZRrdf2str(bat *res, bat *bid, bat *map);
 str TKNZRtakeOid(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 void TRACEtable(BAT **r);
 str TRADERmakeBid(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
@@ -2555,6 +2564,8 @@ void delVariable(MalBlkPtr mb, int varid
 str deleteRef;
 void deleteSymbol(Module scope, Symbol prg);
 int deletesProp;
+str deltaRef;
+str delta_projectRef;
 str dense_rank_grpRef;
 int depositBox(Box box, str name, int type, ValPtr val);
 str depositRef;
@@ -2645,7 +2656,7 @@ char **getHelp(Module m, str pat, int fl
 char **getHelpMatch(char *pat);
 MalBlkPtr getMalBlkHistory(MalBlkPtr mb, int idx);
 MalBlkPtr getMalBlkMarker(MalBlkPtr mb, str marker);
-lng getMemoryClaim(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, int i, int flag);
+lng getMemoryClaim(MalBlkPtr mb, MalStkPtr stk, int pc, int i, int flag);
 str getName(str nme, size_t len);
 int getPC(MalBlkPtr mb, InstrPtr p);
 str getPipeCatalog(int *nme, int *def, int *stat);
@@ -2747,6 +2758,7 @@ str kunionRef;
 str kuniqueRef;
 str languageRef;
 str lastline(Client cntxt);
+str leftfetchjoinRef;
 str leftjoinPathRef;
 str leftjoinRef;
 str levenshtein_impl(int *result, str *s, str *t, int *insdel_cost, int 
*replace_cost, int *transpose_cost);
@@ -2754,6 +2766,7 @@ str levenshteinbasic2_impl(int *result, 
 str levenshteinbasic_impl(int *result, str *s, str *t);
 str likeRef;
 str likeselectRef;
+str likesubselectRef;
 str likeuselectRef;
 void listFunction(stream *fd, MalBlkPtr mb, MalStkPtr stk, int flg, int first, 
int step);
 str listRef;
@@ -3041,7 +3054,7 @@ int rule_tostr(str *buf, int *len, rule 
 str runFactory(Client cntxt, MalBlkPtr mb, MalBlkPtr mbcaller, MalStkPtr stk, 
InstrPtr pci);
 str runMAL(Client c, MalBlkPtr mb, MalBlkPtr mbcaller, MalStkPtr env);
 str runMALDebugger(Client cntxt, Symbol s);
-str runMALdataflow(Client cntxt, MalBlkPtr mb, int startpc, int stoppc, 
MalStkPtr stk, MalStkPtr env, InstrPtr pcicaller);
+str runMALdataflow(Client cntxt, MalBlkPtr mb, int startpc, int stoppc, 
MalStkPtr stk);
 str runMALsequence(Client cntxt, MalBlkPtr mb, int startpc, int stoppc, 
MalStkPtr stk, MalStkPtr env, InstrPtr pcicaller);
 str runScenario(Client c);
 int runonceProp;
@@ -3142,19 +3155,24 @@ int stringLength(Client cntxt);
 str stringdiff_impl(int *res, str *s1, str *s2);
 str subgroupRef;
 str subgroupdoneRef;
+str subselectRef;
 str sumRef;
 str sunionRef;
 int tableProp;
 int takeBox(Box box, str name, ValPtr val, int tpe);
 str takeRef;
+str tdifferenceRef;
 str thetajoinRef;
 str thetaselectRef;
+str thetasubselectRef;
 str thetauselectRef;
+str tidRef;
 int timestamp_fromstr(str buf, int *len, timestamp **ret);
 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 tintersectRef;
 int tlbProp;
 str toString(Box box, lng i);
 str topn_maxRef;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to