facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.53k stars 1.16k forks source link

Add from_base32 Presto function #7294

Open aditi-pandit opened 1 year ago

aditi-pandit commented 1 year ago

Description

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

aditi-pandit commented 4 months ago

@Joe-Abraham is working on this.

Joe-Abraham commented 4 months ago

Add to_base32 and from_base32 Presto functions.

The work is done below manner: