Skip to content

Commit

Permalink
trying to make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dharanad committed Aug 29, 2024
1 parent be13cd0 commit 44fac05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,6 @@ SELECT map_extract(MAP {'a': 1, 'b': NULL, 'c': 3}, 'a');

- element_at


### `map_keys`

Return a list of all keys in the map.
Expand All @@ -3757,7 +3756,6 @@ select map_keys(map([100, 5], [42,43]));
[100, 5]
```


### `map_values`

Return a list of all values in the map.
Expand Down

0 comments on commit 44fac05

Please sign in to comment.