Changeset: a68988308db1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a68988308db1 Modified Files: clients/Tests/MAL-signatures_all.stable.out clients/Tests/MAL-signatures_fits_geom.stable.out clients/Tests/MAL-signatures_geom.stable.out clients/Tests/MAL-signatures_none.stable.out Branch: Oct2014 Log Message:
Approved after changeset e72fbe0a61e3. diffs (80 lines): diff --git a/clients/Tests/MAL-signatures_all.stable.out b/clients/Tests/MAL-signatures_all.stable.out --- a/clients/Tests/MAL-signatures_all.stable.out +++ b/clients/Tests/MAL-signatures_all.stable.out @@ -2430,14 +2430,10 @@ pattern algebra.firstn(b:bat[:oid,:any], address ALGfirstn; comment Calculate first N values of B -command algebra.fetch(b:bat[:any_2,:any_1],x:int):any_1 -address ALGfetchint; -comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count - -command algebra.fetch(b:bat[:any_2,:any_1],x:lng):any_1 -address ALGfetch; command algebra.fetch(b:bat[:any_2,:any_1],x:oid):any_1 address ALGfetchoid; +comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count + command algebra.find(b:bat[:any_1,:any_2],h:any_1):any_2 address ALGfind; comment Returns the tail value 't' for which some [h,t] BUN exists in b. If no such BUN exists, an error occurs. diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out b/clients/Tests/MAL-signatures_fits_geom.stable.out --- a/clients/Tests/MAL-signatures_fits_geom.stable.out +++ b/clients/Tests/MAL-signatures_fits_geom.stable.out @@ -2431,14 +2431,10 @@ pattern algebra.firstn(b:bat[:oid,:any], address ALGfirstn; comment Calculate first N values of B -command algebra.fetch(b:bat[:any_2,:any_1],x:int):any_1 -address ALGfetchint; -comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count - -command algebra.fetch(b:bat[:any_2,:any_1],x:lng):any_1 -address ALGfetch; command algebra.fetch(b:bat[:any_2,:any_1],x:oid):any_1 address ALGfetchoid; +comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count + command algebra.find(b:bat[:any_1,:any_2],h:any_1):any_2 address ALGfind; comment Returns the tail value 't' for which some [h,t] BUN exists in b. If no such BUN exists, an error occurs. diff --git a/clients/Tests/MAL-signatures_geom.stable.out b/clients/Tests/MAL-signatures_geom.stable.out --- a/clients/Tests/MAL-signatures_geom.stable.out +++ b/clients/Tests/MAL-signatures_geom.stable.out @@ -2431,14 +2431,10 @@ pattern algebra.firstn(b:bat[:oid,:any], address ALGfirstn; comment Calculate first N values of B -command algebra.fetch(b:bat[:any_2,:any_1],x:int):any_1 -address ALGfetchint; -comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count - -command algebra.fetch(b:bat[:any_2,:any_1],x:lng):any_1 -address ALGfetch; command algebra.fetch(b:bat[:any_2,:any_1],x:oid):any_1 address ALGfetchoid; +comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count + command algebra.find(b:bat[:any_1,:any_2],h:any_1):any_2 address ALGfind; comment Returns the tail value 't' for which some [h,t] BUN exists in b. If no such BUN exists, an error occurs. diff --git a/clients/Tests/MAL-signatures_none.stable.out b/clients/Tests/MAL-signatures_none.stable.out --- a/clients/Tests/MAL-signatures_none.stable.out +++ b/clients/Tests/MAL-signatures_none.stable.out @@ -2430,14 +2430,10 @@ pattern algebra.firstn(b:bat[:oid,:any], address ALGfirstn; comment Calculate first N values of B -command algebra.fetch(b:bat[:any_2,:any_1],x:int):any_1 -address ALGfetchint; -comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count - -command algebra.fetch(b:bat[:any_2,:any_1],x:lng):any_1 -address ALGfetch; command algebra.fetch(b:bat[:any_2,:any_1],x:oid):any_1 address ALGfetchoid; +comment Returns the tail value of the BUN at x-th position with 0 <= x < b.count + command algebra.find(b:bat[:any_1,:any_2],h:any_1):any_2 address ALGfind; comment Returns the tail value 't' for which some [h,t] BUN exists in b. If no such BUN exists, an error occurs. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
