From 6037e1dcd12405fed7a00cfe3e92af779992175f Mon Sep 17 00:00:00 2001 From: Ziva Li Date: Tue, 14 Nov 2023 10:19:33 +0800 Subject: [PATCH] Add :noindex: for the second array_join --- docs/src/main/sphinx/functions/array.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/sphinx/functions/array.md b/docs/src/main/sphinx/functions/array.md index 0cb23150e4ec..4dedee27e0b0 100644 --- a/docs/src/main/sphinx/functions/array.md +++ b/docs/src/main/sphinx/functions/array.md @@ -83,6 +83,8 @@ Null elements will be omitted in the result. ::: :::{function} array_join(x, delimiter, null_replacement) -> varchar +:noindex: true + Concatenates the elements of the given array using the delimiter and an optional string to replace nulls. :::