mirror of https://github.com/apache/druid.git
update druid expression docs to indicate that array functions do not work at indexing time (#8734)
* update druid expression docs to indicate that array functions are not supported in transformSpec * fix unrelated spelling check
This commit is contained in:
parent
14e33428f0
commit
09f92818d4
|
@ -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.
|
||||
|
||||
|
|
|
@ -483,12 +483,14 @@ doubleMax
|
|||
doubleMean
|
||||
doubleMeanNoNulls
|
||||
doubleMin
|
||||
doubleSum
|
||||
druid.generic.useDefaultValueForNull
|
||||
limitSpec
|
||||
longMax
|
||||
longMean
|
||||
longMeanNoNulls
|
||||
longMin
|
||||
longSum
|
||||
movingAverage
|
||||
postAggregations
|
||||
postAveragers
|
||||
|
|
Loading…
Reference in New Issue