You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/03/16 09:01:44 UTC

[hop] branch master updated: HOP-3849 : improve group by documentation

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f68d499  HOP-3849 : improve group by documentation
     new f158bdb  Merge pull request #1425 from hansva/master
f68d499 is described below

commit f68d499f653f25a189ab0901bde9f55f798d10b9
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Mar 16 09:57:54 2022 +0100

    HOP-3849 : improve group by documentation
---
 .../modules/ROOT/pages/pipeline/transforms/groupby.adoc            | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/groupby.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/groupby.adoc
index 337eac2..e8a9a5e 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/groupby.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/groupby.adoc
@@ -70,8 +70,11 @@ Here are the available aggregation methods :
 - Last value (including null)
 - Cumulative sum (all rows option only!)
 - Cumulative average (all rows option only!)
-- Standard deviation
-- Concatenate strings separated by <Value>: specify the separator in the Value column
+- Standard deviation (population)
+- Concatenate strings separated by <Value>: specify the separator in the Value column (This supports xref::variables.adoc#_hexadecimal_values[hexadecimals])
 - Number of distinct values
 - Number of rows (without field argument)
+- Standard deviation (sample)
+- Percentile (nearest-rank method)
+- Concatenate string separated by by new line (CRLF)
 |===
\ No newline at end of file