-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
51585: sql: remove unnecessary stmtType from explain code r=RaduBerinde a=RaduBerinde The `tree.StatementType` is not needed for `EXPLAIN (PLAN)` or `(VEC)`. I believe it is only necessary for `EXPLAIN ANALYZE` (when we actually run the query). This commit removes the plumbing of `stmtType` from the paths where it is not necessary. Release note: None Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
3 changed files
with
58 additions
and
60 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