You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/sql/parallel.sql
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,5 @@ EXPLAIN (COSTS OFF) SELECT * FROM kafka_test_part WHERE offs = 1 AND part = 0;
22
22
EXPLAIN (COSTS OFF) SELECT*FROM kafka_test_part WHERE ((part =1or part =2) and offs =3) OR (part =4and offs=7);
23
23
EXPLAIN (COSTS OFF) SELECT*FROM kafka_test_part WHERE ((part =1or part =2) and offs =3) OR ((part =4and offs=7 ) or ( part =5and (offs =10or offs=12)) );
24
24
25
+
SELECTCOUNT(*) FROM kafka_test_part ;
26
+
EXPLAIN (COSTS OFF) SELECTCOUNT(*) FROM kafka_test_part ;
0 commit comments