Changeset: 7617234e528d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7617234e528d Modified Files: sql/rel.txt Branch: Apr2019 Log Message:
Typos in rel.txt diffs (39 lines): diff --git a/sql/rel.txt b/sql/rel.txt --- a/sql/rel.txt +++ b/sql/rel.txt @@ -30,21 +30,21 @@ DDL (card 0!, top of the tree always) -> r used in DDL_LIST and DDL_EXCEPTION SELECT (card MULTI or same ...?) - -> exps selection expressions (ie all e_cmp) + -> exps selection expressions (ie all e_cmp or e_atom of type bit) -> l is relation LEFT|RIGHT|FULL JOIN (card MULTI) - -> exps join expressions (ie all e_cmp) + -> exps join expressions (ie all e_cmp or e_atom of type bit) -> l is left relation - -> r is rigth relation + -> r is right relation -> flag LEFT (keep left order, only used during code generation) SEMI/ANTI (card MULTI) - -> exps join expressions (ie all e_cmp) + -> exps join expressions (ie all e_cmp or e_atom of type bit) -> l is left relation - -> r is rigth relation + -> r is right relation APPLY (card MULTI) @@ -56,7 +56,7 @@ UNION|EXCEPT|INTERSECT (card ATOM, AGGR or MULTI (same card as lower relation)) -> exps is list of projection expressions -> l is left relation - -> r is rigth relation + -> r is right relation PROJECT (card ATOM, AGGR or MULTI (same card as lower relation)) -> exps is list of projection expressions _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list