Commits


praveenkrishna.d authored and Wes McKinney committed 9c8129eabab
ARROW-3377: [Gandiva][C++] Replace If statement with bit operations for bitmap This patch replaces the existing If statement with a bit operations for optimal performance Author: praveenkrishna.d <praveenkrishna.d> Closes #2672 from Praveen2112/ARROW-3377 and squashes the following commits: d643673be <praveenkrishna.d> ARROW-3377: Replace If statement with bit operations for bitmap