You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce Query.Options object and add explain option (#36)
## What is the goal of this PR?
We introduce the Query `Options` message, which now contains `explain` flag on a query to ensure that the server knows when to cache explanations only when the user requests it. Using `oneof` as the optional syntax is adopted instead of using the NULL message, which will be removed elsewhere as well in the future.
## What are the changes implemented in this PR?
* Add `explain` boolean option to `new Transaction.Query.Options`, that defaults to False
* Add `Transaction.Query.Options` that now wraps the `infer` and `explain` boolean flags
0 commit comments