-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Closed
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
The third argument to TOP has to be either "asc"
or "desc"
. This is cumbersome to write for the default case.
Let's make it optional and have it default to Edit: see below for a discussion of the best default."desc"
, so that e.g. TOP(salary, 5)
returns the highest 5 values for salary
.
Relates #112386.
Metadata
Metadata
Assignees
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)