diff --git a/docs/misc/math-expr.md b/docs/misc/math-expr.md index 27b799d0c72..4f5259cbb59 100644 --- a/docs/misc/math-expr.md +++ b/docs/misc/math-expr.md @@ -60,6 +60,9 @@ dialects. However, by using the `array_to_string` function, aggregations may be complete array, allowing the complete row to be preserved. Using `string_to_array` in an expression post-aggregator, allows transforming the stringified dimension back into the true native array type. +> Note that array functions are not currently supported at ingestion time with +> [`transformSpec`](../ingestion/index.md#transformspec). + The following built-in functions are available. diff --git a/website/.spelling b/website/.spelling index fcc3a44f383..ecc56db475c 100644 --- a/website/.spelling +++ b/website/.spelling @@ -483,12 +483,14 @@ doubleMax doubleMean doubleMeanNoNulls doubleMin +doubleSum druid.generic.useDefaultValueForNull limitSpec longMax longMean longMeanNoNulls longMin +longSum movingAverage postAggregations postAveragers