Commits


frank400 authored and Praveen committed c4e53e09fe6
ARROW-12388: [C++][Gandiva] Implement cast numbers from varbinary functions in gandiva Closes #10033 from jvictorhuguenin/feature/add-cast-numbers-from-varbinary and squashes the following commits: 63d96359f <frank400> Fix projector bad construction 52bf306ca <frank400> Fix checkstyle 6641e1e84 <frank400> Remove miss placed tests 4bef9c305 <frank400> Fix checkstyle 07c75dd70 <frank400> Fix unnecessary functions 9a0a32cb1 <frank400> Add tests with hex strings 7fb41bd7f <frank400> Add initial support for castFLOAT4 and castFLOAT8 for varbinary 71a3265de <frank400> Restructures the castINT and castBIGINT functions implementation 578aac9fd <frank400> Fix checkstyle a61388f93 <frank400> Unify macros used to cast numbers from strings and varbinary 4bf6a532d <frank400> Add java tests 41a147c07 <frank400> Implement cast varbinary to number types Authored-by: frank400 <j.victorhuguenin2018@gmail.com> Signed-off-by: Praveen <praveen@dremio.com>