diff --git a/docs/source/user-guide/latest/expressions.md b/docs/source/user-guide/latest/expressions.md index 4da175db33..c05c57269a 100644 --- a/docs/source/user-guide/latest/expressions.md +++ b/docs/source/user-guide/latest/expressions.md @@ -262,13 +262,13 @@ The type-name conversion functions (`bigint`, `binary`, `boolean`, `date`, `deci | `last_day` | ✅ | | | `localtimestamp` | ✅ | | | `make_date` | ✅ | | -| `make_dt_interval` | 🔜 | [#4541](https://github.com/apache/datafusion-comet/issues/4541) | +| `make_dt_interval` | ✅ | | | `make_interval` | 🔜 | Produces legacy CalendarInterval; tracked by [#4540](https://github.com/apache/datafusion-comet/issues/4540) | | `make_time` | 🔜 | Spark 4.1 TIME type; tracked by [#4288](https://github.com/apache/datafusion-comet/issues/4288) | | `make_timestamp` | ✅ | | | `make_timestamp_ltz` | ✅ | 2-arg TIME form falls back | | `make_timestamp_ntz` | ✅ | 2-arg TIME form falls back | -| `make_ym_interval` | 🔜 | [#4541](https://github.com/apache/datafusion-comet/issues/4541) | +| `make_ym_interval` | ✅ | | | `minute` | ✅ | | | `month` | ✅ | | | `monthname` | ✅ | Abbreviated month name (Spark 4.0+) |