forked from yugabyte/yugabyte-db
-
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.
Refactor utility function to be used by both SUM and AVG Aggregates (y…
…ugabyte#82) Description Refactor the previously introduced helper function into a common utility (bigint_utility) function which can be used by both SUM and AVG aggregates for BIGINT datatype Issues Resolved BABEL-3507 Extension PR babelfish-for-postgresql/babelfish_extensions#1045 Signed-off-by: Nirmit Shah nirmisha@amazon.com
- Loading branch information
1 parent
00848ef
commit 0e33a25
Showing
2 changed files
with
30 additions
and
5 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