Changeset: 094e2024e548 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=094e2024e548
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures_nocfitsio.stable.out
        clients/Tests/MAL-signatures_nogeom.stable.out
        clients/Tests/MAL-signatures_sphinxclient.stable.out
Branch: xid
Log Message:

approved xid branch output


diffs (184 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -39875,6 +39875,10 @@ pattern language.source(f:str):void
 address CMDevalFile;
 comment Merge the instructions stored in the file with the current program.
 
+pattern language.wait(b:bat[:any,:any]...):bat[:any,:any]... 
+address MALwaitDataflow;
+comment Introduce a dataflow synchronisation wait before continuing
+
 command lock.create():lock 
 address LCKcreate;
 comment Create an unset lock
@@ -41286,6 +41290,12 @@ comment Collect trace of a specific oper
 
 pattern optimizer.trace():str 
 address OPTwrapper;
+pattern optimizer.xid(mod:str,fcn:str):str 
+address OPTwrapper;
+comment XID optimizer
+
+pattern optimizer.xid():str 
+address OPTwrapper;
 command pcre.compile(pat:str):pcre 
 address PCREcompile_wrap;
 comment compile a pattern
@@ -43217,6 +43227,18 @@ command wkb.wkb{unsafe}(v:str):wkb
 address wkbFromString;
 command wkb.#write():void 
 address wkbWRITE;
+pattern xid.compress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDcompress;
+comment Compress oid column(s)
+
+command xid.dump(b:bat[:oid,:oid]):void 
+address XIDdump;
+comment Dump the encoding table(s)
+
+pattern xid.decompress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDdecompress;
+comment Decompress oid column(s)
+
 command xml.aggr(val:bat[:oid,:xml]):xml 
 address BATXMLgroup;
 comment Aggregate the XML values.
diff --git a/clients/Tests/MAL-signatures_nocfitsio.stable.out 
b/clients/Tests/MAL-signatures_nocfitsio.stable.out
--- a/clients/Tests/MAL-signatures_nocfitsio.stable.out
+++ b/clients/Tests/MAL-signatures_nocfitsio.stable.out
@@ -39851,6 +39851,10 @@ pattern language.source(f:str):void
 address CMDevalFile;
 comment Merge the instructions stored in the file with the current program.
 
+pattern language.wait(b:bat[:any,:any]...):bat[:any,:any]... 
+address MALwaitDataflow;
+comment Introduce a dataflow synchronisation wait before continuing
+
 command lock.create():lock 
 address LCKcreate;
 comment Create an unset lock
@@ -41262,6 +41266,12 @@ comment Collect trace of a specific oper
 
 pattern optimizer.trace():str 
 address OPTwrapper;
+pattern optimizer.xid(mod:str,fcn:str):str 
+address OPTwrapper;
+comment XID optimizer
+
+pattern optimizer.xid():str 
+address OPTwrapper;
 command pcre.compile(pat:str):pcre 
 address PCREcompile_wrap;
 comment compile a pattern
@@ -43193,6 +43203,18 @@ command wkb.wkb{unsafe}(v:str):wkb
 address wkbFromString;
 command wkb.#write():void 
 address wkbWRITE;
+pattern xid.compress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDcompress;
+comment Compress oid column(s)
+
+command xid.dump(b:bat[:oid,:oid]):void 
+address XIDdump;
+comment Dump the encoding table(s)
+
+pattern xid.decompress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDdecompress;
+comment Decompress oid column(s)
+
 command xml.aggr(val:bat[:oid,:xml]):xml 
 address BATXMLgroup;
 comment Aggregate the XML values.
diff --git a/clients/Tests/MAL-signatures_nogeom.stable.out 
b/clients/Tests/MAL-signatures_nogeom.stable.out
--- a/clients/Tests/MAL-signatures_nogeom.stable.out
+++ b/clients/Tests/MAL-signatures_nogeom.stable.out
@@ -39705,6 +39705,10 @@ pattern language.source(f:str):void
 address CMDevalFile;
 comment Merge the instructions stored in the file with the current program.
 
+pattern language.wait(b:bat[:any,:any]...):bat[:any,:any]... 
+address MALwaitDataflow;
+comment Introduce a dataflow synchronisation wait before continuing
+
 command lock.create():lock 
 address LCKcreate;
 comment Create an unset lock
@@ -41100,6 +41104,12 @@ comment Collect trace of a specific oper
 
 pattern optimizer.trace():str 
 address OPTwrapper;
+pattern optimizer.xid(mod:str,fcn:str):str 
+address OPTwrapper;
+comment XID optimizer
+
+pattern optimizer.xid():str 
+address OPTwrapper;
 command pcre.compile(pat:str):pcre 
 address PCREcompile_wrap;
 comment compile a pattern
@@ -43005,6 +43015,18 @@ command uuid.uuid(s:str):uuid
 address UUIDstr2uuid;
 comment Coerce a string to a uuid, validating its format
 
+pattern xid.compress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDcompress;
+comment Compress oid column(s)
+
+command xid.dump(b:bat[:oid,:oid]):void 
+address XIDdump;
+comment Dump the encoding table(s)
+
+pattern xid.decompress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDdecompress;
+comment Decompress oid column(s)
+
 command xml.aggr(val:bat[:oid,:xml]):xml 
 address BATXMLgroup;
 comment Aggregate the XML values.
diff --git a/clients/Tests/MAL-signatures_sphinxclient.stable.out 
b/clients/Tests/MAL-signatures_sphinxclient.stable.out
--- a/clients/Tests/MAL-signatures_sphinxclient.stable.out
+++ b/clients/Tests/MAL-signatures_sphinxclient.stable.out
@@ -39875,6 +39875,10 @@ pattern language.source(f:str):void
 address CMDevalFile;
 comment Merge the instructions stored in the file with the current program.
 
+pattern language.wait(b:bat[:any,:any]...):bat[:any,:any]... 
+address MALwaitDataflow;
+comment Introduce a dataflow synchronisation wait before continuing
+
 command lock.create():lock 
 address LCKcreate;
 comment Create an unset lock
@@ -41286,6 +41290,12 @@ comment Collect trace of a specific oper
 
 pattern optimizer.trace():str 
 address OPTwrapper;
+pattern optimizer.xid(mod:str,fcn:str):str 
+address OPTwrapper;
+comment XID optimizer
+
+pattern optimizer.xid():str 
+address OPTwrapper;
 command pcre.compile(pat:str):pcre 
 address PCREcompile_wrap;
 comment compile a pattern
@@ -43226,6 +43236,18 @@ command wkb.wkb{unsafe}(v:str):wkb
 address wkbFromString;
 command wkb.#write():void 
 address wkbWRITE;
+pattern xid.compress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDcompress;
+comment Compress oid column(s)
+
+command xid.dump(b:bat[:oid,:oid]):void 
+address XIDdump;
+comment Dump the encoding table(s)
+
+pattern xid.decompress(b:bat[:oid,:oid]):bat[:oid,:oid] 
+address XIDdecompress;
+comment Decompress oid column(s)
+
 command xml.aggr(val:bat[:oid,:xml]):xml 
 address BATXMLgroup;
 comment Aggregate the XML values.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to