Skip to content

Commit

Permalink
fix: fix typo and update function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Yuan-Lai committed Dec 29, 2024
1 parent f893f97 commit dcda1b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion datafusion/functions/src/string/chr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn chr(args: &[ArrayRef]) -> Result<ArrayRef> {
| 🚀 |
+--------------------+
```"#,
standard_argument(name = "str", prefix = "String"),
standard_argument(name = "expression", prefix = "String"),
related_udf(name = "ascii")
)]
#[derive(Debug)]
Expand Down
4 changes: 0 additions & 4 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,6 @@ btrim(str[, trim_str])

#### Alternative Syntax

```sql
trim(BOTH trim_str FROM str)
```

```sql
trim(trim_str FROM str)
```
Expand Down

0 comments on commit dcda1b8

Please sign in to comment.