Skip to content

Commit

Permalink
Update datafusion/functions/src/string/concat_ws.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Jan 2, 2025
1 parent ad765b7 commit a0bb966
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions datafusion/functions/src/string/concat_ws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ use datafusion_macros::user_doc;
| data_fusion |
+--------------------------------------------------+
```"#,
argument(
argument(
name = "separator",
description = "Separator to insert between concatenated strings."
),
argument(
name = "str",
description = "String expression to operate on. Can be a constant, column, or function, and any combination of operators."),
name = "str",
description = "String expression to operate on. Can be a constant, column, or function, and any combination of operators."
),
argument(
name = "str_n",
description = "Subsequent string expressions to concatenate."
Expand Down

0 comments on commit a0bb966

Please sign in to comment.