We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f206b commit c190c57Copy full SHA for c190c57
x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec
@@ -2642,6 +2642,26 @@ c2:l |c2_f:l |m2:i |m2_f:i |c:l
2642
1 |1 |5 |5 |21
2643
;
2644
2645
+simpleCountOnFieldWithFilteringAndNoGrouping
2646
+required_capability: per_agg_filtering
2647
+from employees
2648
+| stats c1 = count(emp_no) where emp_no < 10042
2649
+;
2650
+
2651
+c1:long
2652
+41
2653
2654
2655
+simpleCountOnStarWithFilteringAndNoGrouping
2656
2657
2658
+| stats c1 = count(*) where emp_no < 10042
2659
2660
2661
2662
2663
2664
2665
commonFilterExtractionWithAliasing
2666
required_capability: per_agg_filtering
2667
from employees
0 commit comments