Changeset: 27647300aa5c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27647300aa5c Modified Files: clients/Tests/exports.stable.out Branch: mosaic Log Message:
Approve output diffs (35 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 @@ -1532,7 +1532,7 @@ void MOSadvance_prefix(Client cntxt, MOS void MOSadvance_runlength(Client cntxt, MOStask task); str MOSanalyse(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int MOSanalyseInternal(Client cntxt, int threshold, MOStask task, bat bid); -void MOSanalyseReport(Client cntxt, BAT *b, BAT *btech, BAT *output, BAT *factor, lng sample); +void MOSanalyseReport(Client cntxt, BAT *b, BAT *btech, BAT *output, BAT *factor, str compressions); void MOSblk(MosaicBlk blk); BUN MOSblocklimit; str MOScompress(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); @@ -1545,7 +1545,7 @@ void MOScompress_literal(Client cntxt, M void MOScompress_prefix(Client cntxt, MOStask task); void MOScompress_runlength(Client cntxt, MOStask task); void MOScreatedictionary(Client cntxt, MOStask task); -void MOScreateframe(Client cntxt, MOStask task); +void MOScreateframeDictionary(Client cntxt, MOStask task); str MOSdecompress(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str MOSdecompressInternal(Client cntxt, int *ret, int *bid, int inplace); str MOSdecompressStorage(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); @@ -1582,10 +1582,12 @@ str MOSjoin_linear(Client cntxt, MOStask str MOSjoin_literal(Client cntxt, MOStask task); str MOSjoin_prefix(Client cntxt, MOStask task); str MOSjoin_runlength(Client cntxt, MOStask task); -str MOSlayout(Client cntxt, BAT *b, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); +str MOSlayout(Client cntxt, BAT *b, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties, str compressionscheme); void MOSlayout_delta(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); void MOSlayout_dictionary(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); +void MOSlayout_dictionary_hdr(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); void MOSlayout_frame(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); +void MOSlayout_frame_hdr(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); void MOSlayout_linear(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); void MOSlayout_literal(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); void MOSlayout_prefix(Client cntxt, MOStask task, BAT *btech, BAT *bcount, BAT *binput, BAT *boutput, BAT *bproperties); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
