Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ case class ArrayPrepend(left: Expression, right: Expression) extends ArrayPendBa
usage = """
_FUNC_(array, element) - Add the element at the end of the array passed as first
argument. Type of element should be similar to type of the elements of the array.
Null element is also appended into the array. But if the array passed, is NULL
Null element is also appended into the array. But if the array passed is NULL,
output is NULL
""",
examples = """
Expand Down