Skip to content

Commit 76ea742

Browse files
authored
doc: Added documentation for supported map functions (#2074)
* Added documentation for supported map functions * Formatted to PascalCase
1 parent b5e118e commit 76ea742

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/source/user-guide/expressions.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,17 @@ The following Spark expressions are currently available. Any known compatibility
202202
| ArraysOverlap | Experimental |
203203
| ArrayUnion | Experimental: behaves differently than spark. Datafusion sorts the input arrays before performing the union, while spark preserves the order of the first array and appends unique elements from the second. |
204204
| ElementAt | Arrays only |
205-
| GetArrayItem | |
205+
| GetArrayItem |
206+
207+
## Maps
208+
209+
| Expression | Notes |
210+
|---------------------|--------------|
211+
| MapLookupByKey ([]) | |
212+
| MapKeys | |
213+
| MapValues | |
214+
| MapEntries | |
215+
| MapFromArrays | |
206216

207217
## Structs
208218

0 commit comments

Comments
 (0)