mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-25 16:39:07 +00:00
Update comments (follow-up to PR #158)
This commit is contained in:
parent
af852e78f6
commit
06865113d7
1 changed files with 2 additions and 0 deletions
|
|
@ -403,8 +403,10 @@ impl fmt::Display for Offset {
|
|||
}
|
||||
}
|
||||
|
||||
/// Stores the keyword after `OFFSET <number>`
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum OffsetRows {
|
||||
/// Omitting ROW/ROWS is non-standard MySQL quirk.
|
||||
None,
|
||||
Row,
|
||||
Rows,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue