-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract ExecuteContext as in/out argument (#500)
So that we can pass out the parsed capabilities to control retries. This also allows further code optimization. * Cache cardinality instead of has_na_cardinality * Extract ExecuteContext as in/out argument * Fix encode_parse_params() to use ExecuteContext * Fix parse_describe_type_message() to use ExecuteContext * Extract ExecuteContext.has_na_cardinality() * Extract ExecuteContext.load_from_cache() * Extract ExecuteContext.store_to_cache() * Drop QueryCodecsCache
- Loading branch information
Showing
8 changed files
with
319 additions
and
428 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
Oops, something went wrong.