2021-04-27 12:55:01 +00:00
|
|
|
# SRS019 ClickHouse Window Functions
|
|
|
|
# Software Requirements Specification
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* 1 [Revision History](#revision-history)
|
|
|
|
* 2 [Introduction](#introduction)
|
|
|
|
* 3 [Requirements](#requirements)
|
|
|
|
* 3.1 [General](#general)
|
|
|
|
* 3.1.1 [RQ.SRS-019.ClickHouse.WindowFunctions](#rqsrs-019clickhousewindowfunctions)
|
|
|
|
* 3.1.2 [RQ.SRS-019.ClickHouse.WindowFunctions.NonDistributedTables](#rqsrs-019clickhousewindowfunctionsnondistributedtables)
|
|
|
|
* 3.1.3 [RQ.SRS-019.ClickHouse.WindowFunctions.DistributedTables](#rqsrs-019clickhousewindowfunctionsdistributedtables)
|
|
|
|
* 3.2 [Window Specification](#window-specification)
|
|
|
|
* 3.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.WindowSpec](#rqsrs-019clickhousewindowfunctionswindowspec)
|
|
|
|
* 3.3 [PARTITION Clause](#partition-clause)
|
|
|
|
* 3.3.1 [RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause](#rqsrs-019clickhousewindowfunctionspartitionclause)
|
|
|
|
* 3.3.2 [RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.MultipleExpr](#rqsrs-019clickhousewindowfunctionspartitionclausemultipleexpr)
|
|
|
|
* 3.3.3 [RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.MissingExpr.Error](#rqsrs-019clickhousewindowfunctionspartitionclausemissingexprerror)
|
|
|
|
* 3.3.4 [RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.InvalidExpr.Error](#rqsrs-019clickhousewindowfunctionspartitionclauseinvalidexprerror)
|
|
|
|
* 3.4 [ORDER Clause](#order-clause)
|
|
|
|
* 3.4.1 [RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause](#rqsrs-019clickhousewindowfunctionsorderclause)
|
|
|
|
* 3.4.1.1 [order_clause](#order_clause)
|
|
|
|
* 3.4.2 [RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.MultipleExprs](#rqsrs-019clickhousewindowfunctionsorderclausemultipleexprs)
|
|
|
|
* 3.4.3 [RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.MissingExpr.Error](#rqsrs-019clickhousewindowfunctionsorderclausemissingexprerror)
|
|
|
|
* 3.4.4 [RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.InvalidExpr.Error](#rqsrs-019clickhousewindowfunctionsorderclauseinvalidexprerror)
|
|
|
|
* 3.5 [FRAME Clause](#frame-clause)
|
|
|
|
* 3.5.1 [RQ.SRS-019.ClickHouse.WindowFunctions.FrameClause](#rqsrs-019clickhousewindowfunctionsframeclause)
|
|
|
|
* 3.5.2 [ROWS](#rows)
|
|
|
|
* 3.5.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame](#rqsrs-019clickhousewindowfunctionsrowsframe)
|
|
|
|
* 3.5.2.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.MissingFrameExtent.Error](#rqsrs-019clickhousewindowfunctionsrowsframemissingframeextenterror)
|
|
|
|
* 3.5.2.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.InvalidFrameExtent.Error](#rqsrs-019clickhousewindowfunctionsrowsframeinvalidframeextenterror)
|
|
|
|
* 3.5.2.4 [ROWS CURRENT ROW](#rows-current-row)
|
|
|
|
* 3.5.2.4.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.CurrentRow](#rqsrs-019clickhousewindowfunctionsrowsframestartcurrentrow)
|
|
|
|
* 3.5.2.5 [ROWS UNBOUNDED PRECEDING](#rows-unbounded-preceding)
|
|
|
|
* 3.5.2.5.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.UnboundedPreceding](#rqsrs-019clickhousewindowfunctionsrowsframestartunboundedpreceding)
|
|
|
|
* 3.5.2.6 [ROWS `expr` PRECEDING](#rows-expr-preceding)
|
|
|
|
* 3.5.2.6.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.ExprPreceding](#rqsrs-019clickhousewindowfunctionsrowsframestartexprpreceding)
|
|
|
|
* 3.5.2.7 [ROWS UNBOUNDED FOLLOWING](#rows-unbounded-following)
|
|
|
|
* 3.5.2.7.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.UnboundedFollowing.Error](#rqsrs-019clickhousewindowfunctionsrowsframestartunboundedfollowingerror)
|
|
|
|
* 3.5.2.8 [ROWS `expr` FOLLOWING](#rows-expr-following)
|
|
|
|
* 3.5.2.8.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.ExprFollowing.Error](#rqsrs-019clickhousewindowfunctionsrowsframestartexprfollowingerror)
|
|
|
|
* 3.5.2.9 [ROWS BETWEEN CURRENT ROW](#rows-between-current-row)
|
|
|
|
* 3.5.2.9.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.CurrentRow](#rqsrs-019clickhousewindowfunctionsrowsframebetweencurrentrowcurrentrow)
|
|
|
|
* 3.5.2.9.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweencurrentrowunboundedprecedingerror)
|
|
|
|
* 3.5.2.9.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.ExprPreceding.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweencurrentrowexprprecedingerror)
|
|
|
|
* 3.5.2.9.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweencurrentrowunboundedfollowing)
|
|
|
|
* 3.5.2.9.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.ExprFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweencurrentrowexprfollowing)
|
|
|
|
* 3.5.2.10 [ROWS BETWEEN UNBOUNDED PRECEDING](#rows-between-unbounded-preceding)
|
|
|
|
* 3.5.2.10.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.CurrentRow](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedprecedingcurrentrow)
|
|
|
|
* 3.5.2.10.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedprecedingunboundedprecedingerror)
|
|
|
|
* 3.5.2.10.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.ExprPreceding](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedprecedingexprpreceding)
|
|
|
|
* 3.5.2.10.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedprecedingunboundedfollowing)
|
|
|
|
* 3.5.2.10.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.ExprFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedprecedingexprfollowing)
|
|
|
|
* 3.5.2.11 [ROWS BETWEEN UNBOUNDED FOLLOWING](#rows-between-unbounded-following)
|
|
|
|
* 3.5.2.11.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedFollowing.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenunboundedfollowingerror)
|
|
|
|
* 3.5.2.12 [ROWS BETWEEN `expr` FOLLOWING](#rows-between-expr-following)
|
|
|
|
* 3.5.2.12.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprfollowingerror)
|
|
|
|
* 3.5.2.12.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.ExprFollowing.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprfollowingexprfollowingerror)
|
|
|
|
* 3.5.2.12.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprfollowingunboundedfollowing)
|
|
|
|
* 3.5.2.12.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.ExprFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprfollowingexprfollowing)
|
|
|
|
* 3.5.2.13 [ROWS BETWEEN `expr` PRECEDING](#rows-between-expr-preceding)
|
|
|
|
* 3.5.2.13.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.CurrentRow](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingcurrentrow)
|
|
|
|
* 3.5.2.13.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingunboundedprecedingerror)
|
|
|
|
* 3.5.2.13.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingunboundedfollowing)
|
|
|
|
* 3.5.2.13.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprPreceding.Error](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingexprprecedingerror)
|
|
|
|
* 3.5.2.13.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprPreceding](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingexprpreceding)
|
|
|
|
* 3.5.2.13.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprFollowing](#rqsrs-019clickhousewindowfunctionsrowsframebetweenexprprecedingexprfollowing)
|
|
|
|
* 3.5.3 [RANGE](#range)
|
|
|
|
* 3.5.3.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame](#rqsrs-019clickhousewindowfunctionsrangeframe)
|
|
|
|
* 3.5.3.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.DataTypes.DateAndDateTime](#rqsrs-019clickhousewindowfunctionsrangeframedatatypesdateanddatetime)
|
|
|
|
* 3.5.3.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.DataTypes.IntAndUInt](#rqsrs-019clickhousewindowfunctionsrangeframedatatypesintanduint)
|
|
|
|
* 3.5.3.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.MultipleColumnsInOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframemultiplecolumnsinorderbyerror)
|
|
|
|
* 3.5.3.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.MissingFrameExtent.Error](#rqsrs-019clickhousewindowfunctionsrangeframemissingframeextenterror)
|
|
|
|
* 3.5.3.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.InvalidFrameExtent.Error](#rqsrs-019clickhousewindowfunctionsrangeframeinvalidframeextenterror)
|
|
|
|
* 3.5.3.7 [`CURRENT ROW` Peers](#current-row-peers)
|
|
|
|
* 3.5.3.8 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.CurrentRow.Peers](#rqsrs-019clickhousewindowfunctionsrangeframecurrentrowpeers)
|
|
|
|
* 3.5.3.9 [RANGE CURRENT ROW](#range-current-row)
|
|
|
|
* 3.5.3.9.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.CurrentRow.WithoutOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframestartcurrentrowwithoutorderby)
|
|
|
|
* 3.5.3.9.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.CurrentRow.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframestartcurrentrowwithorderby)
|
|
|
|
* 3.5.3.10 [RANGE UNBOUNDED FOLLOWING](#range-unbounded-following)
|
|
|
|
* 3.5.3.10.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedFollowing.Error](#rqsrs-019clickhousewindowfunctionsrangeframestartunboundedfollowingerror)
|
|
|
|
* 3.5.3.11 [RANGE UNBOUNDED PRECEDING](#range-unbounded-preceding)
|
|
|
|
* 3.5.3.11.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedPreceding.WithoutOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframestartunboundedprecedingwithoutorderby)
|
|
|
|
* 3.5.3.11.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedPreceding.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframestartunboundedprecedingwithorderby)
|
|
|
|
* 3.5.3.12 [RANGE `expr` PRECEDING](#range-expr-preceding)
|
|
|
|
* 3.5.3.12.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframestartexprprecedingwithoutorderbyerror)
|
|
|
|
* 3.5.3.12.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.OrderByNonNumericalColumn.Error](#rqsrs-019clickhousewindowfunctionsrangeframestartexprprecedingorderbynonnumericalcolumnerror)
|
|
|
|
* 3.5.3.12.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframestartexprprecedingwithorderby)
|
|
|
|
* 3.5.3.13 [RANGE `expr` FOLLOWING](#range-expr-following)
|
|
|
|
* 3.5.3.13.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframestartexprfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.13.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprFollowing.WithOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframestartexprfollowingwithorderbyerror)
|
|
|
|
* 3.5.3.14 [RANGE BETWEEN CURRENT ROW](#range-between-current-row)
|
|
|
|
* 3.5.3.14.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.CurrentRow](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowcurrentrow)
|
|
|
|
* 3.5.3.14.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowunboundedprecedingerror)
|
|
|
|
* 3.5.3.14.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowunboundedfollowing)
|
|
|
|
* 3.5.3.14.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowexprfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.14.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowexprfollowingwithorderby)
|
|
|
|
* 3.5.3.14.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweencurrentrowexprprecedingerror)
|
|
|
|
* 3.5.3.15 [RANGE BETWEEN UNBOUNDED PRECEDING](#range-between-unbounded-preceding)
|
|
|
|
* 3.5.3.15.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.CurrentRow](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingcurrentrow)
|
|
|
|
* 3.5.3.15.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingunboundedprecedingerror)
|
|
|
|
* 3.5.3.15.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingunboundedfollowing)
|
|
|
|
* 3.5.3.15.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprPreceding.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingexprprecedingwithoutorderbyerror)
|
|
|
|
* 3.5.3.15.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprPreceding.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingexprprecedingwithorderby)
|
|
|
|
* 3.5.3.15.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingexprfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.15.7 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedprecedingexprfollowingwithorderby)
|
|
|
|
* 3.5.3.16 [RANGE BETWEEN UNBOUNDED FOLLOWING](#range-between-unbounded-following)
|
|
|
|
* 3.5.3.16.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.CurrentRow.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedfollowingcurrentrowerror)
|
|
|
|
* 3.5.3.16.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.UnboundedFollowing.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedfollowingunboundedfollowingerror)
|
|
|
|
* 3.5.3.16.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedfollowingunboundedprecedingerror)
|
|
|
|
* 3.5.3.16.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.ExprPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedfollowingexprprecedingerror)
|
|
|
|
* 3.5.3.16.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.ExprFollowing.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenunboundedfollowingexprfollowingerror)
|
|
|
|
* 3.5.3.17 [RANGE BETWEEN expr PRECEDING](#range-between-expr-preceding)
|
|
|
|
* 3.5.3.17.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.CurrentRow.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingcurrentrowwithorderby)
|
|
|
|
* 3.5.3.17.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.CurrentRow.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingcurrentrowwithoutorderbyerror)
|
|
|
|
* 3.5.3.17.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingunboundedprecedingerror)
|
|
|
|
* 3.5.3.17.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingunboundedfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.17.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingunboundedfollowingwithorderby)
|
|
|
|
* 3.5.3.17.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingexprfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.17.7 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingexprfollowingwithorderby)
|
|
|
|
* 3.5.3.17.8 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingexprprecedingwithoutorderbyerror)
|
|
|
|
* 3.5.3.17.9 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingexprprecedingwithorderbyerror)
|
|
|
|
* 3.5.3.17.10 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprprecedingexprprecedingwithorderby)
|
|
|
|
* 3.5.3.18 [RANGE BETWEEN expr FOLLOWING](#range-between-expr-following)
|
|
|
|
* 3.5.3.18.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingcurrentrowwithoutorderbyerror)
|
|
|
|
* 3.5.3.18.2 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.WithOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingcurrentrowwithorderbyerror)
|
|
|
|
* 3.5.3.18.3 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.ZeroSpecialCase](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingcurrentrowzerospecialcase)
|
|
|
|
* 3.5.3.18.4 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingunboundedfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.18.5 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingunboundedfollowingwithorderby)
|
|
|
|
* 3.5.3.18.6 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingunboundedprecedingerror)
|
|
|
|
* 3.5.3.18.7 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprprecedingwithoutorderbyerror)
|
|
|
|
* 3.5.3.18.8 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprprecedingerror)
|
|
|
|
* 3.5.3.18.9 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.WithOrderBy.ZeroSpecialCase](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprprecedingwithorderbyzerospecialcase)
|
|
|
|
* 3.5.3.18.10 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithoutOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprfollowingwithoutorderbyerror)
|
|
|
|
* 3.5.3.18.11 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithOrderBy.Error](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprfollowingwithorderbyerror)
|
|
|
|
* 3.5.3.18.12 [RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithOrderBy](#rqsrs-019clickhousewindowfunctionsrangeframebetweenexprfollowingexprfollowingwithorderby)
|
|
|
|
* 3.5.4 [Frame Extent](#frame-extent)
|
|
|
|
* 3.5.4.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Extent](#rqsrs-019clickhousewindowfunctionsframeextent)
|
|
|
|
* 3.5.5 [Frame Start](#frame-start)
|
|
|
|
* 3.5.5.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Start](#rqsrs-019clickhousewindowfunctionsframestart)
|
|
|
|
* 3.5.6 [Frame Between](#frame-between)
|
|
|
|
* 3.5.6.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Between](#rqsrs-019clickhousewindowfunctionsframebetween)
|
|
|
|
* 3.5.7 [Frame End](#frame-end)
|
|
|
|
* 3.5.7.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Frame.End](#rqsrs-019clickhousewindowfunctionsframeend)
|
|
|
|
* 3.5.8 [`CURRENT ROW`](#current-row)
|
|
|
|
* 3.5.8.1 [RQ.SRS-019.ClickHouse.WindowFunctions.CurrentRow](#rqsrs-019clickhousewindowfunctionscurrentrow)
|
|
|
|
* 3.5.9 [`UNBOUNDED PRECEDING`](#unbounded-preceding)
|
|
|
|
* 3.5.9.1 [RQ.SRS-019.ClickHouse.WindowFunctions.UnboundedPreceding](#rqsrs-019clickhousewindowfunctionsunboundedpreceding)
|
|
|
|
* 3.5.10 [`UNBOUNDED FOLLOWING`](#unbounded-following)
|
|
|
|
* 3.5.10.1 [RQ.SRS-019.ClickHouse.WindowFunctions.UnboundedFollowing](#rqsrs-019clickhousewindowfunctionsunboundedfollowing)
|
|
|
|
* 3.5.11 [`expr PRECEDING`](#expr-preceding)
|
|
|
|
* 3.5.11.1 [RQ.SRS-019.ClickHouse.WindowFunctions.ExprPreceding](#rqsrs-019clickhousewindowfunctionsexprpreceding)
|
|
|
|
* 3.5.11.2 [RQ.SRS-019.ClickHouse.WindowFunctions.ExprPreceding.ExprValue](#rqsrs-019clickhousewindowfunctionsexprprecedingexprvalue)
|
|
|
|
* 3.5.12 [`expr FOLLOWING`](#expr-following)
|
|
|
|
* 3.5.12.1 [RQ.SRS-019.ClickHouse.WindowFunctions.ExprFollowing](#rqsrs-019clickhousewindowfunctionsexprfollowing)
|
|
|
|
* 3.5.12.2 [RQ.SRS-019.ClickHouse.WindowFunctions.ExprFollowing.ExprValue](#rqsrs-019clickhousewindowfunctionsexprfollowingexprvalue)
|
|
|
|
* 3.6 [WINDOW Clause](#window-clause)
|
|
|
|
* 3.6.1 [RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause](#rqsrs-019clickhousewindowfunctionswindowclause)
|
|
|
|
* 3.6.2 [RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause.MultipleWindows](#rqsrs-019clickhousewindowfunctionswindowclausemultiplewindows)
|
|
|
|
* 3.6.3 [RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause.MissingWindowSpec.Error](#rqsrs-019clickhousewindowfunctionswindowclausemissingwindowspecerror)
|
|
|
|
* 3.7 [`OVER` Clause](#over-clause)
|
|
|
|
* 3.7.1 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause](#rqsrs-019clickhousewindowfunctionsoverclause)
|
|
|
|
* 3.7.2 [Empty Clause](#empty-clause)
|
|
|
|
* 3.7.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.EmptyOverClause](#rqsrs-019clickhousewindowfunctionsoverclauseemptyoverclause)
|
|
|
|
* 3.7.3 [Ad-Hoc Window](#ad-hoc-window)
|
|
|
|
* 3.7.3.1 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.AdHocWindow](#rqsrs-019clickhousewindowfunctionsoverclauseadhocwindow)
|
|
|
|
* 3.7.3.2 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.AdHocWindow.MissingWindowSpec.Error](#rqsrs-019clickhousewindowfunctionsoverclauseadhocwindowmissingwindowspecerror)
|
|
|
|
* 3.7.4 [Named Window](#named-window)
|
|
|
|
* 3.7.4.1 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow](#rqsrs-019clickhousewindowfunctionsoverclausenamedwindow)
|
|
|
|
* 3.7.4.2 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow.InvalidName.Error](#rqsrs-019clickhousewindowfunctionsoverclausenamedwindowinvalidnameerror)
|
|
|
|
* 3.7.4.3 [RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow.MultipleWindows.Error](#rqsrs-019clickhousewindowfunctionsoverclausenamedwindowmultiplewindowserror)
|
|
|
|
* 3.8 [Window Functions](#window-functions)
|
|
|
|
* 3.8.1 [Nonaggregate Functions](#nonaggregate-functions)
|
|
|
|
* 3.8.1.1 [The `first_value(expr)` Function](#the-first_valueexpr-function)
|
|
|
|
* 3.8.1.1.1 [RQ.SRS-019.ClickHouse.WindowFunctions.FirstValue](#rqsrs-019clickhousewindowfunctionsfirstvalue)
|
|
|
|
* 3.8.1.2 [The `last_value(expr)` Function](#the-last_valueexpr-function)
|
|
|
|
* 3.8.1.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.LastValue](#rqsrs-019clickhousewindowfunctionslastvalue)
|
|
|
|
* 3.8.1.3 [The `lag(value, offset)` Function Workaround](#the-lagvalue-offset-function-workaround)
|
|
|
|
* 3.8.1.3.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Lag.Workaround](#rqsrs-019clickhousewindowfunctionslagworkaround)
|
|
|
|
* 3.8.1.4 [The `lead(value, offset)` Function Workaround](#the-leadvalue-offset-function-workaround)
|
|
|
|
* 3.8.1.4.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Lead.Workaround](#rqsrs-019clickhousewindowfunctionsleadworkaround)
|
|
|
|
* 3.8.1.5 [The `rank()` Function](#the-rank-function)
|
|
|
|
* 3.8.1.5.1 [RQ.SRS-019.ClickHouse.WindowFunctions.Rank](#rqsrs-019clickhousewindowfunctionsrank)
|
|
|
|
* 3.8.1.6 [The `dense_rank()` Function](#the-dense_rank-function)
|
|
|
|
* 3.8.1.6.1 [RQ.SRS-019.ClickHouse.WindowFunctions.DenseRank](#rqsrs-019clickhousewindowfunctionsdenserank)
|
|
|
|
* 3.8.1.7 [The `row_number()` Function](#the-row_number-function)
|
|
|
|
* 3.8.1.7.1 [RQ.SRS-019.ClickHouse.WindowFunctions.RowNumber](#rqsrs-019clickhousewindowfunctionsrownumber)
|
|
|
|
* 3.8.2 [Aggregate Functions](#aggregate-functions)
|
|
|
|
* 3.8.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions](#rqsrs-019clickhousewindowfunctionsaggregatefunctions)
|
|
|
|
* 3.8.2.2 [Combinators](#combinators)
|
|
|
|
* 3.8.2.2.1 [RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions.Combinators](#rqsrs-019clickhousewindowfunctionsaggregatefunctionscombinators)
|
|
|
|
* 3.8.2.3 [Parametric](#parametric)
|
|
|
|
* 3.8.2.3.1 [RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions.Parametric](#rqsrs-019clickhousewindowfunctionsaggregatefunctionsparametric)
|
|
|
|
* 4 [References](#references)
|
|
|
|
|
|
|
|
|
|
|
|
## Revision History
|
|
|
|
|
|
|
|
This document is stored in an electronic form using [Git] source control management software
|
|
|
|
hosted in a [GitHub Repository].
|
|
|
|
All the updates are tracked using the [Revision History].
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
2021-05-07 21:45:08 +00:00
|
|
|
This software requirements specification covers requirements for supporting window functions in [ClickHouse].
|
|
|
|
Similar functionality exists in [MySQL] and [PostreSQL]. [PostreSQL] defines a window function as follows:
|
|
|
|
|
|
|
|
> A window function performs a calculation across a set of table rows that are somehow related to the current row.
|
|
|
|
> This is comparable to the type of calculation that can be done with an aggregate function.
|
|
|
|
> But unlike regular aggregate functions, use of a window function does not cause rows to
|
|
|
|
> become grouped into a single output row — the rows retain their separate identities.
|
2021-04-27 12:55:01 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
### General
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [window functions] that produce a result for each row inside the window.
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.NonDistributedTables
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support correct operation of [window functions] on non-distributed
|
|
|
|
table engines such as `MergeTree`.
|
|
|
|
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.DistributedTables
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support correct operation of [window functions] on
|
|
|
|
[Distributed](https://clickhouse.tech/docs/en/engines/table-engines/special/distributed/) table engine.
|
|
|
|
|
|
|
|
### Window Specification
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.WindowSpec
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support defining a window using window specification clause.
|
|
|
|
The [window_spec] SHALL be defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
window_spec:
|
|
|
|
[partition_clause] [order_clause] [frame_clause]
|
|
|
|
```
|
|
|
|
|
|
|
|
that SHALL specify how to partition query rows into groups for processing by the window function.
|
|
|
|
|
|
|
|
### PARTITION Clause
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [partition_clause] that indicates how to divide the query rows into groups.
|
|
|
|
The [partition_clause] SHALL be defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
partition_clause:
|
|
|
|
PARTITION BY expr [, expr] ...
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.MultipleExpr
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support partitioning by more than one `expr` in the [partition_clause] definition.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT x,s, sum(x) OVER (PARTITION BY x,s) FROM values('x Int8, s String', (1,'a'),(1,'b'),(2,'b'))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─x─┬─s─┬─sum(x) OVER (PARTITION BY x, s)─┐
|
|
|
|
│ 1 │ a │ 1 │
|
|
|
|
│ 1 │ b │ 1 │
|
|
|
|
│ 2 │ b │ 2 │
|
|
|
|
└───┴───┴─────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.MissingExpr.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if `expr` is missing in the [partition_clause] definition.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT sum(number) OVER (PARTITION BY) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.PartitionClause.InvalidExpr.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if `expr` is invalid in the [partition_clause] definition.
|
|
|
|
|
|
|
|
### ORDER Clause
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [order_clause] that indicates how to sort rows in each window.
|
|
|
|
|
|
|
|
##### order_clause
|
|
|
|
|
|
|
|
The `order_clause` SHALL be defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
order_clause:
|
|
|
|
ORDER BY expr [ASC|DESC] [, expr [ASC|DESC]] ...
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.MultipleExprs
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return support using more than one `expr` in the [order_clause] definition.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT x,s, sum(x) OVER (ORDER BY x DESC, s DESC) FROM values('x Int8, s String', (1,'a'),(1,'b'),(2,'b'))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─x─┬─s─┬─sum(x) OVER (ORDER BY x DESC, s DESC)─┐
|
|
|
|
│ 2 │ b │ 2 │
|
|
|
|
│ 1 │ b │ 3 │
|
|
|
|
│ 1 │ a │ 4 │
|
|
|
|
└───┴───┴───────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.MissingExpr.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if `expr` is missing in the [order_clause] definition.
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.OrderClause.InvalidExpr.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if `expr` is invalid in the [order_clause] definition.
|
|
|
|
|
|
|
|
### FRAME Clause
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.FrameClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [frame_clause] that SHALL specify a subset of the current window.
|
|
|
|
|
|
|
|
The `frame_clause` SHALL be defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
frame_clause:
|
|
|
|
{ROWS | RANGE } frame_extent
|
|
|
|
```
|
|
|
|
|
|
|
|
#### ROWS
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `ROWS` frame to define beginning and ending row positions.
|
|
|
|
Offsets SHALL be differences in row numbers from the current row number.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
ROWS frame_extent
|
|
|
|
```
|
|
|
|
|
|
|
|
See [frame_extent] definition.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.MissingFrameExtent.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `ROWS` frame clause is defined without [frame_extent].
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number ROWS) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.InvalidFrameExtent.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `ROWS` frame clause has invalid [frame_extent].
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number ROWS '1') FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS CURRENT ROW
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include only the current row in the window partition
|
|
|
|
when `ROWS CURRENT ROW` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS CURRENT ROW) FROM numbers(1,2)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS UNBOUNDED PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.UnboundedPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows before and including the current row in the window partition
|
|
|
|
when `ROWS UNBOUNDED PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS `expr` PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.ExprPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include `expr` rows before and including the current row in the window partition
|
|
|
|
when `ROWS expr PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS UNBOUNDED FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.UnboundedFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS UNBOUNDED FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS `expr` FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Start.ExprFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS expr FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS BETWEEN CURRENT ROW
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include only the current row in the window partition
|
|
|
|
when `ROWS BETWEEN CURRENT ROW AND CURRENT ROW` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN CURRENT ROW AND CURRENT ROW) FROM numbers(1,2)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS BETWEEN CURRENT ROW AND UNBOUNDED PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.ExprPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS BETWEEN CURRENT ROW AND expr PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the current row and all the following rows in the window partition
|
|
|
|
when `ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 5 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.CurrentRow.ExprFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the current row and the `expr` rows that are following the current row in the window partition
|
|
|
|
when `ROWS BETWEEN CURRENT ROW AND expr FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 3 │
|
|
|
|
│ 2 │ 5 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS BETWEEN UNBOUNDED PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all the rows before and including the current row in the window partition
|
|
|
|
when `ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.ExprPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all the rows until and including the current row minus `expr` rows preceding it
|
|
|
|
when `ROWS BETWEEN UNBOUNDED PRECEDING AND expr PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND 1 PRECEDING)─┐
|
|
|
|
│ 1 │ 0 │
|
|
|
|
│ 2 │ 1 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows in the window partition
|
|
|
|
when `ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedPreceding.ExprFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all the rows until and including the current row plus `expr` rows following it
|
|
|
|
when `ROWS BETWEEN UNBOUNDED PRECEDING AND expr FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 3 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS BETWEEN UNBOUNDED FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.UnboundedFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `UNBOUNDED FOLLOWING` is specified as the start of the frame, including
|
|
|
|
|
|
|
|
* `ROWS BETWEEN UNBOUNDED FOLLOWING AND CURRENT ROW`
|
|
|
|
* `ROWS BETWEEN UNBOUNDED FOLLOWING AND UNBOUNDED PRECEDING`
|
|
|
|
* `ROWS BETWEEN UNBOUNDED FOLLOWING AND UNBOUNDED FOLLOWING`
|
|
|
|
* `ROWS BETWEEN UNBOUNDED FOLLOWING AND expr PRECEDING`
|
|
|
|
* `ROWS BETWEEN UNBOUNDED FOLLOWING AND expr FOLLOWING`
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN UNBOUNDED FOLLOWING AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS BETWEEN `expr` FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `expr FOLLOWING` is specified as the start of the frame
|
|
|
|
and it points to a row that is after the start of the frame inside the window partition such
|
|
|
|
as the following cases
|
|
|
|
|
|
|
|
* `ROWS BETWEEN expr FOLLOWING AND CURRENT ROW`
|
|
|
|
* `ROWS BETWEEN expr FOLLOWING AND UNBOUNDED PRECEDING`
|
|
|
|
* `ROWS BETWEEN expr FOLLOWING AND expr PRECEDING`
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.ExprFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `ROWS BETWEEN expr FOLLOWING AND expr FOLLOWING`
|
|
|
|
is specified and the end of the frame specified by the `expr FOLLOWING` is a row that is before the row
|
|
|
|
specified by the frame start.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND 0 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all the rows from and including current row plus `expr` rows following it
|
|
|
|
until and including the last row in the window partition
|
|
|
|
when `ROWS BETWEEN expr FOLLOWING AND UNBOUNDED FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 0 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprFollowing.ExprFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the rows from and including current row plus `expr` following it
|
|
|
|
until and including the row specified by the frame end when the frame end
|
|
|
|
is the current row plus `expr` following it is right at or after the start of the frame
|
|
|
|
when `ROWS BETWEEN expr FOLLOWING AND expr FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND 2 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 FOLLOWING AND 2 FOLLOWING)─┐
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 0 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### ROWS BETWEEN `expr` PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the rows from and including current row minus `expr` rows
|
|
|
|
preceding it until and including the current row in the window frame
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND CURRENT ROW` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND UNBOUNDED PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the rows from and including current row minus `expr` rows
|
|
|
|
preceding it until and including the last row in the window partition
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND UNBOUNDED FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when the frame end specified by the `expr PRECEDING`
|
|
|
|
evaluates to a row that is before the row specified by the frame start in the window partition
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND expr PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND 2 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the rows from and including current row minus `expr` rows preceding it
|
|
|
|
until and including the current row minus `expr` rows preceding it if the end
|
|
|
|
of the frame is after the frame start in the window partition
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND expr PRECEDING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND 0 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND 0 PRECEDING)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowsFrame.Between.ExprPreceding.ExprFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include the rows from and including current row minus `expr` rows preceding it
|
|
|
|
until and including the current row plus `expr` rows following it in the window partition
|
|
|
|
when `ROWS BETWEEN expr PRECEDING AND expr FOLLOWING` frame is specified.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 3 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴─────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RANGE
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `RANGE` frame to define rows within a value range.
|
|
|
|
Offsets SHALL be differences in row values from the current row value.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
RANGE frame_extent
|
|
|
|
```
|
|
|
|
|
|
|
|
See [frame_extent] definition.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.DataTypes.DateAndDateTime
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `RANGE` frame over columns with `Date` and `DateTime`
|
|
|
|
data types.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.DataTypes.IntAndUInt
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `RANGE` frame over columns with numerical data types
|
|
|
|
such `IntX` and `UIntX`.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.MultipleColumnsInOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `RANGE` frame definition is used with `ORDER BY`
|
|
|
|
that uses multiple columns.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.MissingFrameExtent.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `RANGE` frame definition is missing [frame_extent].
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.InvalidFrameExtent.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `RANGE` frame definition has invalid [frame_extent].
|
|
|
|
|
|
|
|
##### `CURRENT ROW` Peers
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.CurrentRow.Peers
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] for the `RANGE` frame SHALL define the `peers` of the `CURRENT ROW` to be all
|
|
|
|
the rows that are inside the same order bucket.
|
|
|
|
|
|
|
|
##### RANGE CURRENT ROW
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.CurrentRow.WithoutOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows in the window partition
|
|
|
|
when `RANGE CURRENT ROW` frame is specified without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.CurrentRow.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows that are [current row peers] in the window partition
|
|
|
|
when `RANGE CURRENT ROW` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE UNBOUNDED FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE UNBOUNDED FOLLOWING` frame is specified with or without order by
|
|
|
|
as `UNBOUNDED FOLLOWING` SHALL not be supported as [frame_start].
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE UNBOUNDED PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedPreceding.WithoutOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows in the window partition
|
|
|
|
when `RANGE UNBOUNDED PRECEDING` frame is specified without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.UnboundedPreceding.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include rows with values from and including the first row
|
|
|
|
until and including all [current row peers] in the window partition
|
|
|
|
when `RANGE UNBOUNDED PRECEDING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE `expr` PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE expr PRECEDING` frame is specified without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.OrderByNonNumericalColumn.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE expr PRECEDING` is used with `ORDER BY` clause
|
|
|
|
over a non-numerical column.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprPreceding.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include rows with values from and including current row value minus `expr`
|
|
|
|
until and including the value for the current row
|
|
|
|
when `RANGE expr PRECEDING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE `expr` FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE expr FOLLOWING` frame is specified without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Start.ExprFollowing.WithOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE expr FOLLOWING` frame is specified wit the `ORDER BY` clause
|
|
|
|
as the value for the frame start cannot be larger than the value for the frame end.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE BETWEEN CURRENT ROW
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all [current row peers] in the window partition
|
|
|
|
when `RANGE BETWEEN CURRENT ROW AND CURRENT ROW` frame is specified with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN CURRENT ROW AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN CURRENT ROW AND CURRENT ROW) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN CURRENT ROW AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 1 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN CURRENT ROW AND UNBOUNDED PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN CURRENT ROW AND UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN CURRENT ROW AND UNBOUNDED PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including [current row peers] until and including
|
|
|
|
the last row in the window partition when `RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 6 │
|
|
|
|
│ 3 │ 6 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 6 │
|
|
|
|
│ 2 │ 5 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN CURRENT ROW AND expr FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including [current row peers] until and including
|
|
|
|
current row value plus `expr` when `RANGE BETWEEN CURRENT ROW AND expr FOLLOWING` frame is specified
|
|
|
|
with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 2 │ 5 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.CurrentRow.ExprPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN CURRENT ROW AND expr PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN CURRENT ROW AND 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN CURRENT ROW AND 1 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE BETWEEN UNBOUNDED PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including the first row until and including
|
|
|
|
[current row peers] in the window partition when `RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW` frame is specified
|
|
|
|
with and without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 4 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return and error when `RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING` frame is specified
|
|
|
|
with and without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows in the window partition when `RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING` frame is specified
|
|
|
|
with and without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprPreceding.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED PRECEDING AND expr PRECEDING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND 1 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprPreceding.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including the first row until and including
|
|
|
|
the value of the current row minus `expr` in the window partition
|
|
|
|
when `RANGE BETWEEN UNBOUNDED PRECEDING AND expr PRECEDING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN UNBOUNDED PRECEDING AND 1 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN UNBOUNDED PRECEDING AND 1 PRECEDING)─┐
|
|
|
|
│ 1 │ 0 │
|
|
|
|
│ 1 │ 0 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 4 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED PRECEDING AND expr FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedPreceding.ExprFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including the first row until and including
|
|
|
|
the value of the current row plus `expr` in the window partition
|
|
|
|
when `RANGE BETWEEN UNBOUNDED PRECEDING AND expr FOLLOWING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE BETWEEN UNBOUNDED FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.CurrentRow.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED FOLLOWING AND CURRENT ROW` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.UnboundedFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED FOLLOWING AND UNBOUNDED FOLLOWING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED FOLLOWING AND UNBOUNDED PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.ExprPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED FOLLOWING AND expr PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.UnboundedFollowing.ExprFollowing.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN UNBOUNDED FOLLOWING AND expr FOLLOWING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
##### RANGE BETWEEN expr PRECEDING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.CurrentRow.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including current row minus `expr`
|
|
|
|
until and including [current row peers] in the window partition
|
|
|
|
when `RANGE BETWEEN expr PRECEDING AND CURRENT ROW` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 4 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.CurrentRow.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr PRECEDING AND CURRENT ROW` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr PRECEDING AND UNBOUNDED PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr PRECEDING AND UNBOUNDED FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.UnboundedFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including current row minus `expr`
|
|
|
|
until and including the last row in the window partition when `RANGE BETWEEN expr PRECEDING AND UNBOUNDED FOLLOWING` frame
|
|
|
|
is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr PRECEDING AND expr FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including current row minus preceding `expr`
|
|
|
|
until and including current row plus following `expr` in the window partition
|
|
|
|
when `RANGE BETWEEN expr PRECEDING AND expr FOLLOWING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND 1 FOLLOWING)─┐
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 1 │ 4 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr PRECEDING AND expr PRECEDING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND 0 PRECEDING) FROM numbers(1,3)
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when the value of the [frame_end] specified by the
|
|
|
|
current row minus preceding `expr` is greater than the value of the [frame_start] in the window partition
|
|
|
|
when `RANGE BETWEEN expr PRECEDING AND expr PRECEDING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 PRECEDING AND 2 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprPreceding.ExprPreceding.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including current row minus preceding `expr` for the [frame_start]
|
|
|
|
until and including current row minus following `expr` for the [frame_end] in the window partition
|
|
|
|
when `RANGE BETWEEN expr PRECEDING AND expr PRECEDING` frame is specified with the `ORDER BY` clause
|
|
|
|
if an only if the [frame_end] value is equal or greater than [frame_start] value.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Greater Than**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND 0 PRECEDING)─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 4 │
|
|
|
|
│ 3 │ 5 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
or **Equal**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 PRECEDING AND 1 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 PRECEDING AND 1 PRECEDING)─┐
|
|
|
|
│ 1 │ 0 │
|
|
|
|
│ 1 │ 0 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 2 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RANGE BETWEEN expr FOLLOWING
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND CURRENT ROW` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.WithOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND CURRENT ROW` frame is specified
|
|
|
|
with the `ORDER BY` clause and `expr` is greater than `0`.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.CurrentRow.ZeroSpecialCase
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all [current row peers] in the window partition
|
|
|
|
when `RANGE BETWEEN expr FOLLOWING AND CURRENT ROW` frame is specified
|
|
|
|
with the `ORDER BY` clause if and only if the `expr` equals to `0`.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 1 │ 7 │
|
|
|
|
│ 2 │ 7 │
|
|
|
|
│ 3 │ 7 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW)─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND UNBOUNDED FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND UNBOUNDED FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with values from and including current row plus `expr`
|
|
|
|
until and including the last row in the window partition
|
|
|
|
when `RANGE BETWEEN expr FOLLOWING AND UNBOUNDED FOLLOWING` frame is specified with the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 FOLLOWING AND UNBOUNDED FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 FOLLOWING AND UNBOUNDED FOLLOWING)─┐
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 0 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.UnboundedPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND UNBOUNDED PRECEDING` frame is specified
|
|
|
|
with or without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
**Without `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
**With `ORDER BY`**
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 FOLLOWING AND UNBOUNDED PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND expr PRECEDING` frame is specified
|
|
|
|
without the `ORDER BY`.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND expr PRECEDING` frame is specified
|
|
|
|
with the `ORDER BY` clause if the value of both `expr` is not `0`.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprPreceding.WithOrderBy.ZeroSpecialCase
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with value equal to [current row peers] in the window partition
|
|
|
|
when `RANGE BETWEEN expr FOLLOWING AND expr PRECEDING` frame is specified
|
|
|
|
with the `ORDER BY` clause if and only if both `expr`'s are `0`.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING ─┐
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 1 │ 2 │
|
|
|
|
│ 2 │ 2 │
|
|
|
|
│ 3 │ 3 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithoutOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND expr FOLLOWING` frame is specified
|
|
|
|
without the `ORDER BY` clause.
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithOrderBy.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error when `RANGE BETWEEN expr FOLLOWING AND expr FOLLOWING` frame is specified
|
|
|
|
with the `ORDER BY` clause but the `expr` for the [frame_end] is less than the `expr` for the [frame_start].
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 FOLLOWING AND 0 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RangeFrame.Between.ExprFollowing.ExprFollowing.WithOrderBy
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL include all rows with value from and including current row plus `expr` for the [frame_start]
|
|
|
|
until and including current row plus `expr` for the [frame_end] in the window partition
|
|
|
|
when `RANGE BETWEEN expr FOLLOWING AND expr FOLLOWING` frame is specified
|
|
|
|
with the `ORDER BY` clause if and only if the `expr` for the [frame_end] is greater than or equal than the
|
|
|
|
`expr` for the [frame_start].
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 1 FOLLOWING AND 2 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
┌─number─┬─sum(number) OVER (ORDER BY number ASC RANGE BETWEEN 1 FOLLOWING AND 2 FOLLOWING)─┐
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 1 │ 5 │
|
|
|
|
│ 2 │ 3 │
|
|
|
|
│ 3 │ 0 │
|
|
|
|
└────────┴──────────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Frame Extent
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Extent
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [frame_extent] defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
frame_extent:
|
|
|
|
{frame_start | frame_between}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Frame Start
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Start
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [frame_start] defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
frame_start: {
|
|
|
|
CURRENT ROW
|
|
|
|
| UNBOUNDED PRECEDING
|
|
|
|
| UNBOUNDED FOLLOWING
|
|
|
|
| expr PRECEDING
|
|
|
|
| expr FOLLOWING
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Frame Between
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.Frame.Between
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [frame_between] defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
frame_between:
|
|
|
|
BETWEEN frame_start AND frame_end
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Frame End
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.Frame.End
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support [frame_end] defined as
|
|
|
|
|
|
|
|
```
|
|
|
|
frame_end: {
|
|
|
|
CURRENT ROW
|
|
|
|
| UNBOUNDED PRECEDING
|
|
|
|
| UNBOUNDED FOLLOWING
|
|
|
|
| expr PRECEDING
|
|
|
|
| expr FOLLOWING
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### `CURRENT ROW`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.CurrentRow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `CURRENT ROW` as `frame_start` or `frame_end` value.
|
|
|
|
|
|
|
|
* For `ROWS` SHALL define the bound to be the current row
|
|
|
|
* For `RANGE` SHALL define the bound to be the peers of the current row
|
|
|
|
|
|
|
|
#### `UNBOUNDED PRECEDING`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.UnboundedPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `UNBOUNDED PRECEDING` as `frame_start` or `frame_end` value
|
|
|
|
and it SHALL define that the bound is the first partition row.
|
|
|
|
|
|
|
|
#### `UNBOUNDED FOLLOWING`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.UnboundedFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `UNBOUNDED FOLLOWING` as `frame_start` or `frame_end` value
|
|
|
|
and it SHALL define that the bound is the last partition row.
|
|
|
|
|
|
|
|
#### `expr PRECEDING`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.ExprPreceding
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `expr PRECEDING` as `frame_start` or `frame_end` value
|
|
|
|
|
|
|
|
* For `ROWS` it SHALL define the bound to be the `expr` rows before the current row
|
|
|
|
* For `RANGE` it SHALL define the bound to be the rows with values equal to the current row value minus the `expr`.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.ExprPreceding.ExprValue
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support only non-negative numeric literal as the value for the `expr` in the `expr PRECEDING` frame boundary.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```
|
|
|
|
5 PRECEDING
|
|
|
|
```
|
|
|
|
|
|
|
|
#### `expr FOLLOWING`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.ExprFollowing
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `expr FOLLOWING` as `frame_start` or `frame_end` value
|
|
|
|
|
|
|
|
* For `ROWS` it SHALL define the bound to be the `expr` rows after the current row
|
|
|
|
* For `RANGE` it SHALL define the bound to be the rows with values equal to the current row value plus `expr`
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.ExprFollowing.ExprValue
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support only non-negative numeric literal as the value for the `expr` in the `expr FOLLOWING` frame boundary.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```
|
|
|
|
5 FOLLOWING
|
|
|
|
```
|
|
|
|
|
|
|
|
### WINDOW Clause
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `WINDOW` clause to define one or more windows.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
WINDOW window_name AS (window_spec)
|
|
|
|
[, window_name AS (window_spec)] ..
|
|
|
|
```
|
|
|
|
|
|
|
|
The `window_name` SHALL be the name of a window defined by a `WINDOW` clause.
|
|
|
|
|
|
|
|
The [window_spec] SHALL specify the window.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT ... FROM table WINDOW w AS (partiton by id))
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause.MultipleWindows
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `WINDOW` clause that defines multiple windows.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT ... FROM table WINDOW w1 AS (partition by id), w2 AS (partition by customer)
|
|
|
|
```
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.WindowClause.MissingWindowSpec.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `WINDOW` clause definition is missing [window_spec].
|
|
|
|
|
|
|
|
### `OVER` Clause
|
|
|
|
|
|
|
|
#### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `OVER` clause to either use named window defined using `WINDOW` clause
|
|
|
|
or adhoc window defined inplace.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
OVER ()|(window_spec)|named_window
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Empty Clause
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.EmptyOverClause
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL treat the entire set of query rows as a single partition when `OVER` clause is empty.
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```
|
|
|
|
SELECT sum(x) OVER () FROM table
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Ad-Hoc Window
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.AdHocWindow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support ad hoc window specification in the `OVER` clause.
|
|
|
|
|
|
|
|
```
|
|
|
|
OVER [window_spec]
|
|
|
|
```
|
|
|
|
|
|
|
|
See [window_spec] definition.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
(count(*) OVER (partition by id order by time desc))
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.AdHocWindow.MissingWindowSpec.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `OVER` clause has missing [window_spec].
|
|
|
|
|
|
|
|
#### Named Window
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support using a previously defined named window in the `OVER` clause.
|
|
|
|
|
|
|
|
```
|
|
|
|
OVER [window_name]
|
|
|
|
```
|
|
|
|
|
|
|
|
See [window_name] definition.
|
|
|
|
|
|
|
|
For example,
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT count(*) OVER w FROM table WINDOW w AS (partition by id)
|
|
|
|
```
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow.InvalidName.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `OVER` clause reference invalid window name.
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.OverClause.NamedWindow.MultipleWindows.Error
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL return an error if the `OVER` clause references more than one window name.
|
|
|
|
|
|
|
|
### Window Functions
|
|
|
|
|
|
|
|
#### Nonaggregate Functions
|
|
|
|
|
|
|
|
##### The `first_value(expr)` Function
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.FirstValue
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `first_value` window function that
|
|
|
|
SHALL be synonum for the `any(value)` function
|
|
|
|
that SHALL return the value of `expr` from first row in the window frame.
|
|
|
|
|
|
|
|
```
|
|
|
|
first_value(expr) OVER ...
|
|
|
|
```
|
|
|
|
|
|
|
|
##### The `last_value(expr)` Function
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.LastValue
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `last_value` window function that
|
|
|
|
SHALL be synonym for the `anyLast(value)` function
|
|
|
|
that SHALL return the value of `expr` from the last row in the window frame.
|
|
|
|
|
|
|
|
```
|
|
|
|
last_value(expr) OVER ...
|
|
|
|
```
|
|
|
|
|
|
|
|
##### The `lag(value, offset)` Function Workaround
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.Lag.Workaround
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support a workaround for the `lag(value, offset)` function as
|
|
|
|
|
|
|
|
```
|
|
|
|
any(value) OVER (.... ROWS BETWEEN <offset> PRECEDING AND <offset> PRECEDING)
|
|
|
|
```
|
|
|
|
|
|
|
|
The function SHALL returns the value from the row that lags (precedes) the current row
|
|
|
|
by the `N` rows within its partition. Where `N` is the `value` passed to the `any` function.
|
|
|
|
|
|
|
|
If there is no such row, the return value SHALL be default.
|
|
|
|
|
|
|
|
For example, if `N` is 3, the return value is default for the first two rows.
|
|
|
|
If N or default are missing, the defaults are 1 and NULL, respectively.
|
|
|
|
|
|
|
|
`N` SHALL be a literal non-negative integer. If N is 0, the value SHALL be
|
|
|
|
returned for the current row.
|
|
|
|
|
|
|
|
##### The `lead(value, offset)` Function Workaround
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.Lead.Workaround
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support a workaround for the `lead(value, offset)` function as
|
|
|
|
|
|
|
|
```
|
|
|
|
any(value) OVER (.... ROWS BETWEEN <offset> FOLLOWING AND <offset> FOLLOWING)
|
|
|
|
```
|
|
|
|
|
|
|
|
The function SHALL returns the value from the row that leads (follows) the current row by
|
|
|
|
the `N` rows within its partition. Where `N` is the `value` passed to the `any` function.
|
|
|
|
|
|
|
|
If there is no such row, the return value SHALL be default.
|
|
|
|
|
|
|
|
For example, if `N` is 3, the return value is default for the last two rows.
|
|
|
|
If `N` or default are missing, the defaults are 1 and NULL, respectively.
|
|
|
|
|
|
|
|
`N` SHALL be a literal non-negative integer. If `N` is 0, the value SHALL be
|
|
|
|
returned for the current row.
|
|
|
|
|
|
|
|
##### The `rank()` Function
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.Rank
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `rank` window function that SHALL
|
|
|
|
return the rank of the current row within its partition with gaps.
|
|
|
|
|
|
|
|
Peers SHALL be considered ties and receive the same rank.
|
|
|
|
The function SHALL not assign consecutive ranks to peer groups if groups of size greater than one exist
|
|
|
|
and the result is noncontiguous rank numbers.
|
|
|
|
|
|
|
|
If the function is used without `ORDER BY` to sort partition rows into the desired order
|
|
|
|
then all rows SHALL be peers.
|
|
|
|
|
|
|
|
```
|
|
|
|
rank() OVER ...
|
|
|
|
```
|
|
|
|
|
|
|
|
##### The `dense_rank()` Function
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.DenseRank
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `dense_rank` function over a window that SHALL
|
|
|
|
return the rank of the current row within its partition without gaps.
|
|
|
|
|
|
|
|
Peers SHALL be considered ties and receive the same rank.
|
|
|
|
The function SHALL assign consecutive ranks to peer groups and
|
|
|
|
the result is that groups of size greater than one do not produce noncontiguous rank numbers.
|
|
|
|
|
|
|
|
If the function is used without `ORDER BY` to sort partition rows into the desired order
|
|
|
|
then all rows SHALL be peers.
|
|
|
|
|
|
|
|
```
|
|
|
|
dense_rank() OVER ...
|
|
|
|
```
|
|
|
|
|
|
|
|
##### The `row_number()` Function
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.RowNumber
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support `row_number` function over a window that SHALL
|
|
|
|
returns the number of the current row within its partition.
|
|
|
|
|
|
|
|
Rows numbers SHALL range from 1 to the number of partition rows.
|
|
|
|
|
|
|
|
The `ORDER BY` affects the order in which rows are numbered.
|
|
|
|
Without `ORDER BY`, row numbering MAY be nondeterministic.
|
|
|
|
|
|
|
|
```
|
|
|
|
row_number() OVER ...
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Aggregate Functions
|
|
|
|
|
|
|
|
##### RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support using aggregate functions over windows.
|
|
|
|
|
|
|
|
* [count](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/count/)
|
|
|
|
* [min](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/min/)
|
|
|
|
* [max](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/max/)
|
|
|
|
* [sum](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/sum/)
|
|
|
|
* [avg](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/avg/)
|
|
|
|
* [any](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/any/)
|
|
|
|
* [stddevPop](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/stddevpop/)
|
|
|
|
* [stddevSamp](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/stddevsamp/)
|
|
|
|
* [varPop(x)](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/varpop/)
|
|
|
|
* [varSamp](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/varsamp/)
|
|
|
|
* [covarPop](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/covarpop/)
|
|
|
|
* [covarSamp](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/covarsamp/)
|
|
|
|
* [anyHeavy](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/anyheavy/)
|
|
|
|
* [anyLast](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/anylast/)
|
|
|
|
* [argMin](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/argmin/)
|
|
|
|
* [argMax](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/argmax/)
|
|
|
|
* [avgWeighted](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/avgweighted/)
|
|
|
|
* [corr](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/corr/)
|
|
|
|
* [topK](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/topk/)
|
|
|
|
* [topKWeighted](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/topkweighted/)
|
|
|
|
* [groupArray](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/grouparray/)
|
|
|
|
* [groupUniqArray](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupuniqarray/)
|
|
|
|
* [groupArrayInsertAt](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/grouparrayinsertat/)
|
|
|
|
* [groupArrayMovingSum](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/grouparraymovingsum/)
|
|
|
|
* [groupArrayMovingAvg](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/grouparraymovingavg/)
|
|
|
|
* [groupArraySample](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/grouparraysample/)
|
|
|
|
* [groupBitAnd](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitand/)
|
|
|
|
* [groupBitOr](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitor/)
|
|
|
|
* [groupBitXor](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitxor/)
|
|
|
|
* [groupBitmap](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitmap/)
|
|
|
|
* [groupBitmapAnd](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitmapand/)
|
|
|
|
* [groupBitmapOr](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitmapor/)
|
|
|
|
* [groupBitmapXor](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/groupbitmapxor/)
|
|
|
|
* [sumWithOverflow](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/sumwithoverflow/)
|
|
|
|
* [deltaSum](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/deltasum/)
|
|
|
|
* [sumMap](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/summap/)
|
|
|
|
* [minMap](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/minmap/)
|
|
|
|
* [maxMap](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/maxmap/)
|
|
|
|
* [initializeAggregation](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/initializeAggregation/)
|
|
|
|
* [skewPop](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/skewpop/)
|
|
|
|
* [skewSamp](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/skewsamp/)
|
|
|
|
* [kurtPop](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/kurtpop/)
|
|
|
|
* [kurtSamp](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/kurtsamp/)
|
|
|
|
* [uniq](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/uniq/)
|
|
|
|
* [uniqExact](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/uniqexact/)
|
|
|
|
* [uniqCombined](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/uniqcombined/)
|
|
|
|
* [uniqCombined64](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/uniqcombined64/)
|
|
|
|
* [uniqHLL12](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/uniqhll12/)
|
|
|
|
* [quantile](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantile/)
|
|
|
|
* [quantiles](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiles/)
|
|
|
|
* [quantileExact](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantileexact/)
|
|
|
|
* [quantileExactWeighted](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantileexactweighted/)
|
|
|
|
* [quantileTiming](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiletiming/)
|
|
|
|
* [quantileTimingWeighted](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiletimingweighted/)
|
|
|
|
* [quantileDeterministic](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiledeterministic/)
|
|
|
|
* [quantileTDigest](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiletdigest/)
|
|
|
|
* [quantileTDigestWeighted](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/quantiletdigestweighted/)
|
|
|
|
* [simpleLinearRegression](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/simplelinearregression/)
|
|
|
|
* [stochasticLinearRegression](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/stochasticlinearregression/)
|
|
|
|
* [stochasticLogisticRegression](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/stochasticlogisticregression/)
|
|
|
|
* [categoricalInformationValue](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/stochasticlogisticregression/)
|
|
|
|
* [studentTTest](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/studentttest/)
|
|
|
|
* [welchTTest](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/welchttest/)
|
|
|
|
* [mannWhitneyUTest](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest/)
|
|
|
|
* [median](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/median/)
|
|
|
|
* [rankCorr](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/rankCorr/)
|
|
|
|
|
|
|
|
##### Combinators
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions.Combinators
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support aggregate functions with combinator prefixes over windows.
|
|
|
|
|
|
|
|
* [-If](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-if)
|
|
|
|
* [-Array](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-array)
|
|
|
|
* [-SimpleState](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-simplestate)
|
|
|
|
* [-State](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-state)
|
|
|
|
* [-Merge](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#aggregate_functions_combinators-merge)
|
|
|
|
* [-MergeState](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#aggregate_functions_combinators-mergestate)
|
|
|
|
* [-ForEach](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-foreach)
|
|
|
|
* [-Distinct](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-distinct)
|
|
|
|
* [-OrDefault](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-ordefault)
|
|
|
|
* [-OrNull](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-ornull)
|
|
|
|
* [-Resample](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/combinators/#agg-functions-combinator-resample)
|
|
|
|
|
|
|
|
##### Parametric
|
|
|
|
|
|
|
|
###### RQ.SRS-019.ClickHouse.WindowFunctions.AggregateFunctions.Parametric
|
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
[ClickHouse] SHALL support parametric aggregate functions over windows.
|
|
|
|
|
|
|
|
* [histogram](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#histogram)
|
|
|
|
* [sequenceMatch(pattern)(timestamp, cond1, cond2, ...)](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#function-sequencematch)
|
|
|
|
* [sequenceCount(pattern)(time, cond1, cond2, ...)](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#function-sequencecount)
|
|
|
|
* [windowFunnel](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#windowfunnel)
|
|
|
|
* [retention](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#retention)
|
|
|
|
* [uniqUpTo(N)(x)](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#uniquptonx)
|
|
|
|
* [sumMapFiltered(keys_to_keep)(keys, values)](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/parametric-functions/#summapfilteredkeys-to-keepkeys-values)
|
|
|
|
|
|
|
|
## References
|
|
|
|
|
|
|
|
* [ClickHouse]
|
|
|
|
* [GitHub Repository]
|
|
|
|
* [Revision History]
|
|
|
|
* [Git]
|
|
|
|
|
|
|
|
[current row peers]: #current-row-peers
|
|
|
|
[frame_extent]: #frame-extent
|
|
|
|
[frame_between]: #frame-between
|
|
|
|
[frame_start]: #frame-start
|
|
|
|
[frame_end]: #frame-end
|
|
|
|
[windows_name]: #window-clause
|
|
|
|
[window_spec]: #window-specification
|
|
|
|
[partition_clause]: #partition-clause
|
|
|
|
[order_clause]: #order-clause
|
|
|
|
[frame_clause]: #frame-clause
|
|
|
|
[window functions]: https://clickhouse.tech/docs/en/sql-reference/window-functions/
|
|
|
|
[ClickHouse]: https://clickhouse.tech
|
|
|
|
[GitHub Repository]: https://github.com/ClickHouse/ClickHouse/blob/master/tests/testflows/window_functions/requirements/requirements.md
|
|
|
|
[Revision History]: https://github.com/ClickHouse/ClickHouse/commits/master/tests/testflows/window_functions/requirements/requirements.md
|
|
|
|
[Git]: https://git-scm.com/
|
|
|
|
[GitHub]: https://github.com
|
2021-05-07 21:45:08 +00:00
|
|
|
[PostreSQL]: https://www.postgresql.org/docs/9.2/tutorial-window.html
|
|
|
|
[MySQL]: https://dev.mysql.com/doc/refman/8.0/en/window-functions.html
|