## Background This issue tracks the native functions being added incrementally. ## Scope The goal is to add native support for the following functions: - [x] dayofweek - [x] map_concat - [x] acosh - [x] weekofyear - [x] months_between - [x] map_from_arrays - [x] map_from_entries - [ ] str_to_map - [x] lead - [ ] lag - [ ] first_value - [ ] last_value - [ ] nth_value - [ ] cume_dist - [ ] percent_rank - [ ] ... ## Related PRs - [x] #2129 dayofweek - [x] #2141 map_concat - [x] #2135 acosh - [x] #2131 weekofyear - [x] #2149 months_between - [x] #2165 map_from_arrays - [x] #2169 map_from_entries - [x] #2188 lead - [ ] ... ## Notes This issue is intended to track progress and keep related work organized
Background
This issue tracks the native functions being added incrementally.
Scope
The goal is to add native support for the following functions:
Related PRs
Notes
This issue is intended to track progress and keep related work organized