This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 74ab6024e19 Native doc update (#15456)
74ab6024e19 is described below
commit 74ab6024e190c781585ef0969a27dda932103d85
Author: Pranav <[email protected]>
AuthorDate: Wed Nov 29 21:07:23 2023 -0800
Native doc update (#15456)
Updating the native docs for #15434
---
docs/querying/aggregations.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/querying/aggregations.md b/docs/querying/aggregations.md
index 596d66bffd2..c7f79801197 100644
--- a/docs/querying/aggregations.md
+++ b/docs/querying/aggregations.md
@@ -372,6 +372,7 @@ Example:
| `name` | Output name for the value. | Yes |
| `fieldName` | Name of the input column to compute the value over. | Yes |
| `maxStringBytes` | Maximum size of string values to accumulate when
computing the first or last value per group. Values longer than this will be
truncated. | No. Defaults to 1024. |
+| `aggregateMultipleValues` | `aggregateMultipleValues` is an optional boolean
flag controls the behavior of aggregating a [multi-value
dimension](./multi-value-dimensions.md). `aggregateMultipleValues` is set as
true by default and returns the stringified array in case of a multi-value
dimension. By setting it to false, function will return first value instead. |
No. Defaults to true. |
Example:
```json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]