Commits


João Pedro authored and Praveen committed 9c0debf8eaf
ARROW-13049: [C++][Gandiva] Implement BIN Hive function on Gandiva Implement BIN Hive function on Gandiva Closes #10516 from jpedroantunes/feature/add-bin-function and squashes the following commits: 0bb20b7ca <João Pedro> Add handler for input 0 case on bin function 94f775644 <João Pedro> Try static cast on for loop to work on mingw a3fb89a99 <João Pedro> Add missing identation for tests 147dc37f3 <João Pedro> Fix lint errors on tests 03b04708e <João Pedro> Change behavior for int32 bin representation to use only 32 chars 67aeb81fa <João Pedro> Add undef to bin_integer macro function f958b4182 <João Pedro> Fix lint identation error cd022ea80 <João Pedro> Correct linter errors 3c639aadc <João Pedro> Add projector test for bin function 250333893 <João Pedro> Change base implementation for bin hive function to extended math ops 08f9f4633 <João Pedro> Add base implementation for bin hive function Authored-by: João Pedro <joaop@simbioseventures.com> Signed-off-by: Praveen <praveen@dremio.com>