-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-12595: [C++][Gandiva] Implement TO_HEX([binary] field), HEX, UNHEX and FROM_HEX([string]field] functions #10195
Conversation
547c2dd
to
4f19f8c
Compare
@projjal In this PR was added the functions related to the |
b3cc681
to
5b8d351
Compare
9afa32c
to
90ef05d
Compare
90ef05d
to
003ca82
Compare
003ca82
to
0e52a37
Compare
0e52a37
to
3ee4a3a
Compare
73dbdff
to
2141397
Compare
@projjal needs rebase |
eb81e23
to
d8f42c8
Compare
@praveenbingo the rebase was applied! |
@projjal The functions related to |
@jvictorhuguenin the last two commits started to break some builds, could you check it? |
@jpedroantunes please, after @jvictorhuguenin applies the corrections, could you review it, please? |
bb2d7f3
to
9943e27
Compare
We are still facing some problems with the formatting methods, apparently, some macros are not working fine in some environments. |
df296fc
to
04152a8
Compare
5c65196
to
d2dc45e
Compare
a0674af
to
3f908ef
Compare
3f908ef
to
47dd546
Compare
47dd546
to
8348189
Compare
8348189
to
197ca6b
Compare
197ca6b
to
924aa15
Compare
924aa15
to
ca2c273
Compare
Benchmark runs are scheduled for baseline = 587ce1d and contender = 6704cdf. 6704cdf is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Functions that are responsible to convert binary to hexadecimal string representations.