mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix format
This commit is contained in:
parent
1d02811ca8
commit
8aabb16a8a
1 changed files with 1 additions and 1 deletions
|
@ -4316,7 +4316,7 @@ pub enum Statement {
|
|||
/// ```sql
|
||||
/// {COPY | REVOKE} CURRENT GRANTS
|
||||
/// ```
|
||||
///
|
||||
///
|
||||
/// - [Snowflake](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters)
|
||||
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue