Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/source/user-guide/latest/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ incompatible expressions.
## String Functions

| Expression | Spark-Compatible? | Compatibility Notes |
| --------------- | ----------------- | ---------------------------------------------------------------------------------------------------------- |
|-----------------| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| Ascii | Yes | |
| BitLength | Yes | |
| Chr | Yes | |
Expand All @@ -79,6 +79,7 @@ incompatible expressions.
| StringInstr | Yes | |
| StringRepeat | Yes | Negative argument for number of times to repeat causes exception |
| StringReplace | Yes | |
| StringLPad | Yes | |
| StringRPad | Yes | |
| StringSpace | Yes | |
| StringTranslate | Yes | |
Expand Down
4 changes: 2 additions & 2 deletions docs/spark_expressions_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
- [ ] levenshtein
- [ ] locate
- [x] lower
- [ ] lpad
- [x] lpad
- [x] ltrim
- [ ] mask
- [x] octet_length
Expand All @@ -424,7 +424,7 @@
- [x] repeat
- [x] replace
- [ ] right
- [ ] rpad
- [x] rpad
- [x] rtrim
- [ ] sentences
- [ ] soundex
Expand Down
Loading