Releases: aaronshan/presto-third-functions
Releases · aaronshan/presto-third-functions
Version 0.5.1
Version 0.5.0
Release Notes
- support to
presto-0.153~presto-0.161 - delete
arr_unionfunction
Version 0.4.0
Release Notes
- support to presto-0.152
Version 0.3.0
Release Notes
- support to
presto-0.150~presto-0.151 - rename
array_uniontoarr_union
Version 0.2.0
Release Notes
- Fix
array_unionfunction bug when input contains multiNULL - Add boolean
is_nullfunction and unit test - Add
typeOfDayfunction and unit test - Revise unit test
ARRAYandMAPgenerate function - Add
json_array_extract,json_array_extract_scalarfunction and unit test - Add
ARRAYandMAP'svalue_countfunction and unit test - Add build examine
Version 0.1.0
Release Notes
- Add
array_unionfunction and unit test - Add
is_nullfunction and unit test - Add some string functions, such as
pinyin,md5,sha265and so on. - Add some date functions, such as
zodiac,zodiac_cn,dayofweeketc. - Add some china id card functions. such as
id_card_info,is_valid_id_cardetc. - Add some geo functions. such as
wgs_distanceetc.