-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16527: [Gandiva][C++] Add binary functions #13073
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-16527: [Gandiva][C++] Add binary functions #13073
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
|
@github-actions crossbow submit java-jars |
|
Revision: 7dbbda569f6e40c8f7df0d773ca5945ee96fb442 Submitted crossbow builds: ursacomputing/crossbow @ actions-2019
|
7dbbda5 to
6c082da
Compare
|
|
6324122 to
600cff1
Compare
|
@github-actions crossbow submit java-jars |
|
Revision: 600cff15d67df015c8508867a9e65ee6772201cf Submitted crossbow builds: ursacomputing/crossbow @ actions-2076
|
600cff1 to
03b4105
Compare
b3ec841 to
9b61295
Compare
|
Benchmark runs are scheduled for baseline = 3b92f02 and contender = f766159. f766159 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This PR was created to implement binary functions in Gandiva side based on Hive implementation.
This PR implements the follow signatures:
FunctionSignature{name =binary, return type =binary, param types =[string]}
FunctionSignature{name =binary, return type =binary, param types =[binary]}