Commits


Augusto Silva authored and Pindikura Ravindra committed 5f6c92a8f40
ARROW-14011: [C++][Gandiva] Add elt hive function to gandiva Return string at index number. For example elt(2,'hello','world') returns 'world'. Returns NULL if N is less than 1 or greater than the number of arguments. Closes #11166 from augustoasilva/feature/add-elt-function Authored-by: Augusto Silva <augusto.a.silva@hotmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>