forked from oap-project/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement decimal comparisons as vector functions (facebookincubator#…
…4638) Summary: Decimal Simple Functions require separate signatures/registration for ShortDecimal and LongDecimal types. We want to view Decimal Types as a single entity/type. Simple Functions break this view. To achieve the single entity view, all Decimal functions must be implemented as Vector Functions. The Decimal comparison functions are currently implemented as Simple Functions. The scope of this PR is to implement them as Vector Functions. Pull Request resolved: facebookincubator#4638 Reviewed By: mbasmanova Differential Revision: D45193675 Pulled By: Yuhta fbshipit-source-id: 5f78d04464ec910577ca8c353493fa66cb6890ab
- Loading branch information
1 parent
df927bd
commit c125342
Showing
8 changed files
with
152 additions
and
103 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
Oops, something went wrong.