Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jul 10, 2024
1 parent c4f1d87 commit 1408824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1858,16 +1858,3 @@ w_avg:double
null
;

docsStatsMultiple
// tag::mv-group[]
FROM airports
| STATS min_scalerank=MIN(scalerank) BY type
| SORT min_scalerank ASC
// end::mv-group[]
;

// tag::mv-group-result[]
min_scalerank:integer | type:keyword
3 |
// end::mv-group-result[]
;

0 comments on commit 1408824

Please sign in to comment.