-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Decimal Aggregation State Serializer Performance
Avoids creating heap allocated Slices and indirecting through SliceInput/SliceOutput to serialize and deserialize LongDecimalWithOverflowState and LongDecimalWithOverflowAndLongState values since the Slice width is not dynamic but rather fixed to some number of long fields followed by a 128 bit decimal.
- Loading branch information
1 parent
5783c8c
commit 0215166
Showing
2 changed files
with
33 additions
and
28 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