docs(bigquery): improve Query handles docs - #6212
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds comprehensive documentation and usage examples to the Query, CompleteQuery, and RunQuery structs in the BigQuery query module. The feedback points out incorrect import paths for QueryReference in the newly added documentation and examples, which would cause broken intra-doc links and rustdoc warnings.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6212 +/- ##
=======================================
Coverage 96.26% 96.26%
=======================================
Files 282 282
Lines 73304 73304
=======================================
+ Hits 70563 70567 +4
+ Misses 2741 2737 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request significantly improves the documentation for the BigQuery query execution API by adding comprehensive doc comments, usage examples, and error explanations for the Query, CompleteQuery, and RunQuery structs and their associated methods. I have no feedback to provide as there are no review comments.
Towards #5844