-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grpc/schema: factor out schema related logic from bigquery
In order to opt-in for schema support, a derived class must: * include grpc_dest_schema_option in the grammar * implement the string -> descriptor type mapping * store and init a Schema instance in the driver * implement the get_schema() method to return the stored Schema instance The derived class can interface with the Schema by these functions: * init() * empty() * format() * get_schema_descriptor() Signed-off-by: Attila Szakacs <[email protected]>
- Loading branch information
Showing
14 changed files
with
564 additions
and
459 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.