forked from prestodb/presto
-
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.
[native] Add support for TPC-H Connector Protocol Bindings
The protocol bindings for TPC-H Connector were manually added in PR prestodb#18367. These bindings will now be generated automatically. The following improvements have been made: 1. Improve README of presto_cpp/presto_protocol. 2. Add default make target to generate Presto protocol files. 3. Include TpchConnector classes in the yml file. 4. Extend special Connector files to support tpch. 5. Customize TpchTransactionHandle since the corresponding class in Java is an enum. 6. Customize TpchColumnHandle since we require an implementation of operator<().
- Loading branch information
1 parent
30ed727
commit 41de996
Showing
15 changed files
with
15,105 additions
and
14,663 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
Oops, something went wrong.