Skip to content

Commit 2ee198a

Browse files
authored
docs: Add supported SortOrder expressions and fix a typo (#2694)
1 parent 6f7c9a5 commit 2ee198a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/source/user-guide/latest/expressions.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ incompatible expressions.
6666
| Ascii | Yes | |
6767
| BitLength | Yes | |
6868
| Chr | Yes | |
69+
| Concat | Yes | Only string inputs are supported |
6970
| ConcatWs | Yes | |
7071
| Contains | Yes | |
7172
| EndsWith | Yes | |
@@ -249,12 +250,21 @@ incompatible expressions.
249250
| ---------- | ------------------------ | ------------------------------------------------------------------------------------------- |
250251
| Cast | Depends on specific cast | See the [Comet Compatibility Guide] for list of supported cast expressions and known issues |
251252

253+
## SortOrder
254+
255+
| Expression | Spark-Compatible? | Compatibility Notes |
256+
|-------------| ----------------- | --------------------------------------------------------------------------- |
257+
| NullsFirst | Yes | |
258+
| NullsLast | Yes | |
259+
| Ascending | Yes | |
260+
| Descending | Yes | |
261+
252262
## Other
253263

254264
| Expression | Spark-Compatible? | Compatibility Notes |
255-
| ---------------------------- | ----------------- | --------------------------------------------------------------------------- |
265+
|------------------------------| ----------------- | --------------------------------------------------------------------------- |
256266
| Alias | Yes | |
257-
| AttributeRefernce | Yes | |
267+
| AttributeReference | Yes | |
258268
| BloomFilterMightContain | Yes | |
259269
| Coalesce | Yes | |
260270
| CheckOverflow | Yes | |

0 commit comments

Comments
 (0)