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_union
function
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_union
toarr_union
Version 0.2.0
Release Notes
- Fix
array_union
function bug when input contains multiNULL
- Add boolean
is_null
function and unit test - Add
typeOfDay
function and unit test - Revise unit test
ARRAY
andMAP
generate function - Add
json_array_extract
,json_array_extract_scalar
function and unit test - Add
ARRAY
andMAP
'svalue_count
function and unit test - Add build examine
Version 0.1.0
Release Notes
- Add
array_union
function and unit test - Add
is_null
function and unit test - Add some string functions, such as
pinyin
,md5
,sha265
and so on. - Add some date functions, such as
zodiac
,zodiac_cn
,dayofweek
etc. - Add some china id card functions. such as
id_card_info
,is_valid_id_card
etc. - Add some geo functions. such as
wgs_distance
etc.