Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Oct 2, 2024
1 parent 1094e52 commit 2af36d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/user-guide/sql/scalar_functions_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ rpad(str, n[, padding_str])
#### Arguments

- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of string operators.
- **n**: String length to pad to.
- **padding_str**: String expression to pad with. Can be a constant, column, or function, and any combination of string operators. _Default is a space._

**Related functions**:
Expand Down

0 comments on commit 2af36d0

Please sign in to comment.