Skip to content

Commit 7ce412e

Browse files
authored
docs: mark dayname, monthname, and regexp_extract family as supported in expressions.md (apache#4628)
1 parent 03c1478 commit 7ce412e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The type-name conversion functions (`bigint`, `binary`, `boolean`, `date`, `deci
247247
| `datediff` || |
248248
| `datepart` || |
249249
| `day` || |
250-
| `dayname` | 🔜 | [#4544](https://github.com/apache/datafusion-comet/issues/4544) |
250+
| `dayname` | | Abbreviated day name (Spark 4.0+) |
251251
| `dayofmonth` || |
252252
| `dayofweek` || |
253253
| `dayofyear` || |
@@ -267,7 +267,7 @@ The type-name conversion functions (`bigint`, `binary`, `boolean`, `date`, `deci
267267
| `make_ym_interval` | 🔜 | [#4541](https://github.com/apache/datafusion-comet/issues/4541) |
268268
| `minute` || |
269269
| `month` || |
270-
| `monthname` | 🔜 | [#4544](https://github.com/apache/datafusion-comet/issues/4544) |
270+
| `monthname` | | Abbreviated month name (Spark 4.0+) |
271271
| `months_between` || |
272272
| `next_day` || |
273273
| `now` || Constant-folded to a literal (alias of `current_timestamp`) |
@@ -567,9 +567,9 @@ expression-level). The `outer` variants are wired but marked `Incompatible`; the
567567
| `position` || |
568568
| `printf` || |
569569
| `regexp_count` | 🔜 | tracking [#4098](https://github.com/apache/datafusion-comet/issues/4098) |
570-
| `regexp_extract` | 🔜 | tracking [#4098](https://github.com/apache/datafusion-comet/issues/4098) |
571-
| `regexp_extract_all` | 🔜 | tracking [#4098](https://github.com/apache/datafusion-comet/issues/4098) |
572-
| `regexp_instr` | 🔜 | tracking [#4098](https://github.com/apache/datafusion-comet/issues/4098) |
570+
| `regexp_extract` | | Routed through the JVM codegen dispatcher |
571+
| `regexp_extract_all` | | Routed through the JVM codegen dispatcher |
572+
| `regexp_instr` | | Routed through the JVM codegen dispatcher |
573573
| `regexp_replace` || |
574574
| `regexp_substr` | 🔜 | tracking [#4098](https://github.com/apache/datafusion-comet/issues/4098) |
575575
| `repeat` || |

0 commit comments

Comments
 (0)