mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
* support groups windowing mode; which is a close relative of ranges (but not in the standard) * all windows with range expressions will be executed wit it groups * it will be 100% correct in case for both bounds its true that: isCurrentRow() || isUnBounded() * this covers OVER ( ORDER BY COL ) * for other cases it will have some chances of getting correct results...