ARROW-16527: [Gandiva][C++] Add binary functions#13073
ARROW-16527: [Gandiva][C++] Add binary functions#13073Johnnathanalmeida wants to merge 5 commits intoapache:masterfrom
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]}