facebookincubator / velox

A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems.
https://velox-lib.io/
Apache License 2.0
3.28k stars 1.08k forks source link

Add from_base32 Presto function #7294

Open aditi-pandit opened 8 months ago

aditi-pandit commented 8 months ago

Description

https://prestodb.io/docs/0.283/functions/binary.html

aditi-pandit commented 1 week ago

@Joe-Abraham is working on this.

Joe-Abraham commented 2 days ago

Add to_base32 and from_base32 Presto functions.

The work is done below manner: