ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Able to limit the rows returned after other filters

Open qc00 opened this issue 2 years ago • 8 comments

Currently, the row_range/head/tail() filter is applied before any other filter and conflicts with the date_range filter. Most other databases support a top(n) or rownum < n feature and there's user demand.

We have to be careful to avoid confusion with the existing row_range/head/tail().

Ideally, we add this to the evolved query builder API so the ordering is clear.

qc00 avatar Apr 19 '23 18:04 qc00