Update compatibility matrix

This commit is contained in:
Pijus Kamandulis 2024-12-08 18:17:37 +02:00
parent e5ddc143f0
commit 503e6bb8ad

View File

@ -18,8 +18,8 @@ Cosmium strives to support the core features of Cosmos DB, including:
| Feature | Implemented | | Feature | Implemented |
| ----------------------------- | ----------- | | ----------------------------- | ----------- |
| Subqueries | No | | Subqueries | Yes |
| Joins | No | | Joins | Yes |
| Computed properties | No | | Computed properties | No |
| Coalesce operators | No | | Coalesce operators | No |
| Bitwise operators | No | | Bitwise operators | No |
@ -62,16 +62,18 @@ Cosmium strives to support the core features of Cosmos DB, including:
### Array Functions ### Array Functions
| Function | Implemented | | Function | Implemented |
| -------------- | ----------- | | ------------------ | ----------- |
| ARRAY_CONCAT | Yes | | ARRAY_CONCAT | Yes |
| ARRAY_CONTAINS | No | | ARRAY_CONTAINS | No |
| ARRAY_LENGTH | Yes | | ARRAY_CONTAINS_ANY | No |
| ARRAY_SLICE | Yes | | ARRAY_CONTAINS_ALL | No |
| CHOOSE | No | | ARRAY_LENGTH | Yes |
| ObjectToArray | No | | ARRAY_SLICE | Yes |
| SetIntersect | Yes | | CHOOSE | No |
| SetUnion | Yes | | ObjectToArray | No |
| SetIntersect | Yes |
| SetUnion | Yes |
### Conditional Functions ### Conditional Functions