Skip to content

Commit

Permalink
doc-gen: update function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-Yuan-Lai committed Jan 3, 2025
1 parent f2318e5 commit 8c037ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,8 @@ concat_ws(separator, str[, ..., str_n])

#### Arguments

- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of operators.
- **separator**: Separator to insert between concatenated strings.
- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of operators.
- **str_n**: Subsequent string expressions to concatenate.

#### Example
Expand Down

0 comments on commit 8c037ad

Please sign in to comment.