Changeset: 1a1b6318206d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1a1b6318206d
Modified Files:
        sql/test/Tests/order_by_complex_exp.stable.out
Branch: subquery
Log Message:

approved output


diffs (21 lines):

diff --git a/sql/test/Tests/order_by_complex_exp.stable.out 
b/sql/test/Tests/order_by_complex_exp.stable.out
--- a/sql/test/Tests/order_by_complex_exp.stable.out
+++ b/sql/test/Tests/order_by_complex_exp.stable.out
@@ -37,11 +37,13 @@ Ready.
 % .plan # table_name
 % rel # name
 % clob # type
-% 128 # length
+% 130 # length
 project (
-| group by (
-| | table(sys.test02) [ "test02"."col1" NOT NULL ] COUNT 
-| ) [ "test02"."col1" NOT NULL ] [ "test02"."col1" NOT NULL, sys.count no nil 
("test02"."col1" NOT NULL) NOT NULL as "L3"."L3" ]
+| project (
+| | group by (
+| | | table(sys.test02) [ "test02"."col1" NOT NULL ] COUNT 
+| | ) [ "test02"."col1" NOT NULL ] [ "test02"."col1" NOT NULL, sys.count no 
nil ("test02"."col1" NOT NULL) NOT NULL as "L3"."L3" ]
+| ) [ "test02"."col1" NOT NULL, "L3"."L3" NOT NULL ]
 ) [ "test02"."col1" NOT NULL ] [ "L3"."L3" ASC NOT NULL, "test02"."col1" ASC 
NOT NULL ]
 #select col1
 #from test02
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to