From 64c14fc56fa65716a41fc68f6b51c992b478c426 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Mon, 12 Dec 2022 12:53:35 -0800 Subject: [PATCH] Apply docs suggestions from code review Co-authored-by: MaxKsyunz Signed-off-by: Yury-Fridlyand Co-authored-by: Max Ksyunz --- docs/user/dql/aggregations.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/dql/aggregations.rst b/docs/user/dql/aggregations.rst index 3c97db80d0..d0cbb28f62 100644 --- a/docs/user/dql/aggregations.rst +++ b/docs/user/dql/aggregations.rst @@ -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:: @@ -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:: @@ -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::