mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-04 05:00:34 +00:00
chore: fix typo (#822)
This commit is contained in:
parent
b838415276
commit
2285bb44ba
3 changed files with 7 additions and 7 deletions
|
@ -6277,7 +6277,7 @@ impl<'a> Parser<'a> {
|
|||
let ident = self.parse_identifier()?;
|
||||
Ok(ReplaceSelectElement {
|
||||
expr,
|
||||
colum_name: ident,
|
||||
column_name: ident,
|
||||
as_keyword,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue