Commits


praveenkrishna authored and Pindikura Ravindra committed a1a8222f081
ARROW-3511: [Gandiva] Link filter and project operations This patch enables gandiva to link filter node to a project operator. We will be sending the selection vector populated from the filter to a project node so the project operation is performed only on the filtered positions. Author: praveenkrishna <praveenkrishna@tutanota.com> Closes #2789 from Praveen2112/ARROW-3511 and squashes the following commits: ee347c63 <praveenkrishna> ARROW-3511: Link filter and project operations