mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-25 00:19:37 +00:00
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
724a7478fd
commit
1b26e5053b
1 changed files with 1 additions and 1 deletions
|
|
@ -6612,7 +6612,7 @@ impl<'a> Parser<'a> {
|
|||
}))
|
||||
}
|
||||
|
||||
/// Parse a CREATE OPERATOR CLASS statement
|
||||
/// Parse a [Statement::CreateOperatorClass]
|
||||
///
|
||||
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopclass.html)
|
||||
pub fn parse_create_operator_class(&mut self) -> Result<Statement, ParserError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue