mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Update doc reference to Query (#423)
* Update doc reference to Query I guess it used to be called SQLQuery?
This commit is contained in:
parent
c1703899a7
commit
b5f37118f1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ impl fmt::Display for SetOperator {
|
|||
}
|
||||
|
||||
/// A restricted variant of `SELECT` (without CTEs/`ORDER BY`), which may
|
||||
/// appear either as the only body item of an `SQLQuery`, or as an operand
|
||||
/// appear either as the only body item of a `Query`, or as an operand
|
||||
/// to a set operation like `UNION`.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue