forked from apache/kudu
-
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.
Add new integer types of all sizes and templates for constructing enc…
…oder/decoders - Added new integer types UINT8,INT8,UINT16,INT16,UINT64,INT64 - Added a factory method for Block Builders and Decoders - Added a factory method for KeyEncoders - Templatized IntTestSetup in table-test base to allow to run all int types - Refactored away switch/case's for encoding/block building Change-Id: I91da37dbe6aafb7303c14c70a387ddb0fadd0c9 Change-Id: I91da37dbe6aafb7303c14c70a387ddb0fadd0c99 Reviewed-on: http://gerrit.ent.cloudera.com:8080/33 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]>
- Loading branch information
1 parent
d53cb36
commit 2b11231
Showing
25 changed files
with
1,074 additions
and
390 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
Oops, something went wrong.