-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] EQL: Document concat
function
#56239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/es-ql (:Query Languages/EQL) |
Pinging @elastic/es-docs (>docs) |
|
||
`<value>`:: | ||
(Required{multi-arg-ref}) | ||
Value to concatenate. If `null`, the function returns `null`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a strong grasp on the verbiage for multi-arg-ref
Value to concatenate. If `null`, the function returns `null`. | |
Value to concatenate. If any of the arguments are `null`, the function returns `null`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Ross Wolf <[email protected]>
Thanks @rw-access |
Co-authored-by: Ross Wolf <[email protected]>
Relates to #55193 and #55185