Commits


Prudhvi Porandla authored and Pindikura Ravindra committed 48200c48d86
ARROW-5892 : [C++][Gandiva] Support function aliases Access precompiled functions with different names. Author: Prudhvi Porandla <prudhvi.porandla@icloud.com> Author: pprudhvi <30983614+pprudhvi@users.noreply.github.com> Closes #4835 from pprudhvi/func-aliases and squashes the following commits: 39bc74f94 <Prudhvi Porandla> enclose in parens only when required a5ad80efa <Prudhvi Porandla> lint 8eb9cc19a <Prudhvi Porandla> do not pass initializer list through macros directly 430b97fcc <Prudhvi Porandla> refactor: make aliases const-ref, use gmock matcher 727bbd055 <pprudhvi> Merge branch 'master' into func-aliases 0610288cd <Prudhvi Porandla> add base name at front. add get_all_signatures method in glib 0376231ed <Prudhvi Porandla> add java test, rename iterator pointer names e0d02b1a0 <Prudhvi Porandla> use nullptr instead of NULLPTR 35407031f <Prudhvi Porandla> use native funciton's last func signature in glib ee2ef21e0 <Prudhvi Porandla> refactor: descriptive member names in func_registry 61c29a214 <Prudhvi Porandla> add aliases to truncate, divide, mod 090b6a7eb <Prudhvi Porandla> support function aliases