-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-12479: [C++][Gandiva] Implement castBigInt, castInt, castInterv…
…alDay and castIntervalYear extra functions Closes #10112 from jvictorhuguenin/feature/implement-castint-cast-bigint-for-various-types and squashes the following commits: 9a3e8ad <frank400> Remove castNULLABLE unnecessary implementations d029d12 <frank400> Change macro parameter from NAME to TYPE 33dad3a <frank400> Change alias for year_interval to month_interval 44bf1ad <frank400> Fix implicit cast 5a42c3c <frank400> Implement round method 9fc9324 <frank400> Fix unsigned minus sign 5e7a335 <frank400> Fix build problems f52655f <frank400> Fix checkstyle 6f1f87d <frank400> Add alias for nullable functions 813d9cc <frank400> Add projector test for nullable functions 8afc3eb <frank400> Add Cast nullable functions c284b1e <frank400> Fix year Interval type 89a2daf <frank400> Add test for implemented castINT functions 1f3e44b <frank400> Fix tests implementation e177ebb <frank400> Fix duplicated function 5c6a7f3 <frank400> Add castINT and castBIGINT from dayinterval and yearinterval d98af88 <frank400> Add castINT and castBIGINT for floats and doubles Authored-by: frank400 <j.victorhuguenin2018@gmail.com> Signed-off-by: Praveen <praveen@dremio.com>
- Loading branch information
1 parent
c4e53e0
commit 87e0252
Showing
10 changed files
with
351 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.