Changeset: ad7a0be27d16 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad7a0be27d16 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: default Log Message:
Approve after changeset d78c91d71743. diffs (28 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 @@ -7837,8 +7837,8 @@ Ready. [ "lsst", "ptinsphellipse", "command lsst.ptinsphellipse(ra:dbl,dec:dbl,ra_cen:dbl,dec_cen:dbl,smaa:dbl,smia:dbl,ang:dbl):int ", "qserv_ptInSphEllipse;", "Returns 1 if the given spherical longitude/latitude ellipse contains the given position" ] [ "lsst", "ptinsphpoly", "pattern lsst.ptinsphpoly(ra:dbl,dec:dbl,list:dbl...):int ", "qserv_ptInSphPoly;", "Returns 1 if the given spherical longitude/latitude polyline contains the given position" ] [ "lsst", "xmatch", "command lsst.xmatch(l:lng,r:lng,depth:int):bit ", "LSSTxmatch;", "Return true when the HtmID pairs that lie within the same triangle at level depth" ] -[ "lsst", "xmatchsubjoin", "command lsst.xmatchsubjoin(l:bat[:lng],r:bat[:lng],depth:int,sl:bat[:oid],sr:bat[:oid],nil_matches:bit,estimate:lng) (lr:bat[:oid],rr:bat[:oid]) ", "LSSTxmatchsubjoin;", "Return the HtmID pairs that lie within the same triangle at level depth" ] -[ "lsst", "xmatchsubselect", "command lsst.xmatchsubselect(l:bat[:lng],cand:bat[:oid],r:lng,depth:int,anti:bit):bat[:oid] ", "LSSTxmatchsubselect;", "Return the HtmID's that lie within the same triangle as r at level depth" ] +[ "lsst", "xmatchjoin", "command lsst.xmatchjoin(l:bat[:lng],r:bat[:lng],depth:int,sl:bat[:oid],sr:bat[:oid],nil_matches:bit,estimate:lng) (lr:bat[:oid],rr:bat[:oid]) ", "LSSTxmatchjoin;", "Return the HtmID pairs that lie within the same triangle at level depth" ] +[ "lsst", "xmatchselect", "command lsst.xmatchselect(l:bat[:lng],cand:bat[:oid],r:lng,depth:int,anti:bit):bat[:oid] ", "LSSTxmatchselect;", "Return the HtmID's that lie within the same triangle as r at level depth" ] [ "mal", "manifold", "pattern mal.manifold(mod:str,fcn:str,a:any...):bat[:any] ", "MANIFOLDevaluate;", "" ] [ "mal", "multiplex", "pattern mal.multiplex(mod:str,fcn:str,a:any...):any... ", "MANIFOLDremapMultiplex;", "" ] [ "manual", "functions", "pattern manual.functions() (mod:bat[:str],fcn:bat[:str],sig:bat[:str],adr:bat[:str],com:bat[:str]) ", "MANUALcreateOverview;", "Produces a table with all MAL functions known" ] diff --git a/clients/Tests/MAL-signatures.stable.out.int128 b/clients/Tests/MAL-signatures.stable.out.int128 --- a/clients/Tests/MAL-signatures.stable.out.int128 +++ b/clients/Tests/MAL-signatures.stable.out.int128 @@ -10197,8 +10197,8 @@ Ready. [ "lsst", "ptinsphellipse", "command lsst.ptinsphellipse(ra:dbl,dec:dbl,ra_cen:dbl,dec_cen:dbl,smaa:dbl,smia:dbl,ang:dbl):int ", "qserv_ptInSphEllipse;", "Returns 1 if the given spherical longitude/latitude ellipse contains the given position" ] [ "lsst", "ptinsphpoly", "pattern lsst.ptinsphpoly(ra:dbl,dec:dbl,list:dbl...):int ", "qserv_ptInSphPoly;", "Returns 1 if the given spherical longitude/latitude polyline contains the given position" ] [ "lsst", "xmatch", "command lsst.xmatch(l:lng,r:lng,depth:int):bit ", "LSSTxmatch;", "Return true when the HtmID pairs that lie within the same triangle at level depth" ] -[ "lsst", "xmatchsubjoin", "command lsst.xmatchsubjoin(l:bat[:lng],r:bat[:lng],depth:int,sl:bat[:oid],sr:bat[:oid],nil_matches:bit,estimate:lng) (lr:bat[:oid],rr:bat[:oid]) ", "LSSTxmatchsubjoin;", "Return the HtmID pairs that lie within the same triangle at level depth" ] -[ "lsst", "xmatchsubselect", "command lsst.xmatchsubselect(l:bat[:lng],cand:bat[:oid],r:lng,depth:int,anti:bit):bat[:oid] ", "LSSTxmatchsubselect;", "Return the HtmID's that lie within the same triangle as r at level depth" ] +[ "lsst", "xmatchjoin", "command lsst.xmatchjoin(l:bat[:lng],r:bat[:lng],depth:int,sl:bat[:oid],sr:bat[:oid],nil_matches:bit,estimate:lng) (lr:bat[:oid],rr:bat[:oid]) ", "LSSTxmatchjoin;", "Return the HtmID pairs that lie within the same triangle at level depth" ] +[ "lsst", "xmatchselect", "command lsst.xmatchselect(l:bat[:lng],cand:bat[:oid],r:lng,depth:int,anti:bit):bat[:oid] ", "LSSTxmatchselect;", "Return the HtmID's that lie within the same triangle as r at level depth" ] [ "mal", "manifold", "pattern mal.manifold(mod:str,fcn:str,a:any...):bat[:any] ", "MANIFOLDevaluate;", "" ] [ "mal", "multiplex", "pattern mal.multiplex(mod:str,fcn:str,a:any...):any... ", "MANIFOLDremapMultiplex;", "" ] [ "manual", "functions", "pattern manual.functions() (mod:bat[:str],fcn:bat[:str],sig:bat[:str],adr:bat[:str],com:bat[:str]) ", "MANUALcreateOverview;", "Produces a table with all MAL functions known" ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
