druid/docs
Gian Merlino 0910d22f48
Add SQL "OFFSET" clause. (#10279)
* Add SQL "OFFSET" clause.

Under the hood, this uses the new offset features from #10233 (Scan)
and #10235 (GroupBy). Since Timeseries and TopN queries do not currently
have an offset feature, SQL planning will switch from one of those to
Scan or GroupBy if users add an OFFSET.

Includes a refactoring to harmonize offset and limit planning using an
OffsetLimit wrapper class. This is useful because it ensures that the
various places that need to deal with offset and limit collapsing all
behave the same way, using its "andThen" method.

* Fix test and add another test.
2020-08-21 14:11:54 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Querying doc refresh tutorial (#9879) 2020-05-29 14:32:21 -07:00
comparisons Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
configuration Set default server.maxsize to the sum of segment cache (#10255) 2020-08-10 09:21:22 -07:00
dependencies Reconcile terminology and method naming to 'used/unused segments'; Rename MetadataSegmentManager to MetadataSegmentsManager (#7306) 2020-01-27 11:24:29 -08:00
design renamed authenticationChain to authenticatorChain (#10143) 2020-07-08 19:58:21 -07:00
development Add note about aggregations on floats (#10285) 2020-08-17 13:29:57 -07:00
ingestion Add maxNumFiles to splitHintSpec (#10243) 2020-08-21 09:43:58 -07:00
misc ROUND and having comparators correctly handle special double values (#10014) 2020-06-16 16:09:46 -07:00
operations Set default server.maxsize to the sum of segment cache (#10255) 2020-08-10 09:21:22 -07:00
querying Add SQL "OFFSET" clause. (#10279) 2020-08-21 14:11:54 -07:00
tutorials typo fix from hear to here (#10292) 2020-08-17 07:54:21 -07:00