Skip to content

Commit

Permalink
Apply docs suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: MaxKsyunz <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>

Co-authored-by: Max Ksyunz <[email protected]>
  • Loading branch information
Yury-Fridlyand and Max Ksyunz authored Dec 12, 2022
1 parent 3743581 commit 64c14fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/dql/aggregations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ AVG
Description
>>>>>>>>>>>

Usage: AVG(expr). Returns the average value of `expr`. `expr` could be of any of the numeric and datetime data types. Datetime aggregation perfomed with milliseconds precision.
Usage: AVG(expr). Returns the average value of `expr`. `expr` can be any numeric or datetime data type. Datetime aggregation is performed with milliseconds precision.

Example::

Expand All @@ -201,7 +201,7 @@ MAX
Description
>>>>>>>>>>>

Usage: MAX(expr). Returns the maximum value of `expr`. `expr` could be of any of the numeric and datetime data types. Datetime aggregation perfomed with milliseconds precision.
Usage: MAX(expr). Returns the maximum value of `expr`. `expr` can be any numeric or datetime data type. Datetime aggregation is performed with milliseconds precision.

Example::

Expand All @@ -219,7 +219,7 @@ MIN
Description
>>>>>>>>>>>

Usage: MIN(expr). Returns the minimum value of `expr`. `expr` could be of any of the numeric and datetime data types. Datetime aggregation perfomed with milliseconds precision.
Usage: MIN(expr). Returns the minimum value of `expr`. `expr` can be any numeric or datetime data type. Datetime aggregation is performed with milliseconds precision.

Example::

Expand Down

0 comments on commit 64c14fc

Please sign in to comment.