-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-2520 Additional data types for jsonb serialization.
Summary: In this diff, I've added support for additional datatypes (int32, uint32, float, double, int64 and uint32) in the jsonb serialization format. This diff completes all the numeric datatypes that we need to support for json. We still need to support arrays and I'll implement that in a separate diff. Test Plan: Added new tests in jsonb-test Reviewers: mikhail, robert, mihnea Reviewed By: mihnea Subscribers: ybase, yql Differential Revision: https://phabricator.dev.yugabyte.com/D4204
- Loading branch information
1 parent
907243a
commit 05d100c
Showing
4 changed files
with
149 additions
and
18 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