Expand description
Provides a representation of source code comments in parsed SQL code.
See Comments::find for an example.
Structs§
- Comment
With Span - A source code comment with information of its entire span.
- Comments
- An opaque container for comments from a parse SQL source code.
- Iter
- An opaque iterator implementation over comments served by Comments::find.
Enums§
- Comment
- A unified type of the different source code comment formats.