Changeset: 419b6ff8c42d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=419b6ff8c42d Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 monetdb5/modules/kernel/algebra.mal Branch: default Log Message:
Improved help text. diffs (36 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 @@ -2348,7 +2348,7 @@ comment Routine to handle join paths. T command algebra.projection(left:bat[:oid,:oid],right:bat[:oid,:any_3]):bat[:oid,:any_3] address ALGprojection; -comment Hook directly into the left fetch join implementation. +comment Project left input onto right input. pattern algebra.project(b:bat[:oid,:any_1],v:any_3):bat[:oid,:any_3] address ALGprojecttail; 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 @@ -2859,7 +2859,7 @@ comment Routine to handle join paths. T command algebra.projection(left:bat[:oid,:oid],right:bat[:oid,:any_3]):bat[:oid,:any_3] address ALGprojection; -comment Hook directly into the left fetch join implementation. +comment Project left input onto right input. pattern algebra.project(b:bat[:oid,:any_1],v:any_3):bat[:oid,:any_3] address ALGprojecttail; diff --git a/monetdb5/modules/kernel/algebra.mal b/monetdb5/modules/kernel/algebra.mal --- a/monetdb5/modules/kernel/algebra.mal +++ b/monetdb5/modules/kernel/algebra.mal @@ -29,7 +29,7 @@ comment "Fill the tail with a constant"; command projection( left:bat[:oid,:oid], right:bat[:oid,:any_3] ) :bat[:oid,:any_3] address ALGprojection -comment "Hook directly into the left fetch join implementation."; +comment "Project left input onto right input."; # BAT copying command copy( b:bat[:oid,:any_1]) :bat[:oid,:any_1] _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list