Commits


Johnnathan authored and Pindikura Ravindra committed f76615977b4
ARROW-16527: [Gandiva][C++] Add binary functions This PR was created to implement binary functions in Gandiva side based on [Hive implementation](https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToBinary.java). This PR implements the follow signatures: FunctionSignature{name =binary, return type =binary, param types =[string]} FunctionSignature{name =binary, return type =binary, param types =[binary]} Closes #13073 from Johnnathanalmeida/feature/add-binary-function Authored-by: Johnnathan <johnnathanalmeida@gmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>