mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Update src/parser/merge.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
9e098c333a
commit
5bd6ed41c2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ use crate::{
|
|||
use super::{Parser, ParserError};
|
||||
|
||||
impl Parser<'_> {
|
||||
/// Parse a MERGE statement, returning a `Box`ed SetExpr
|
||||
/// Parse a `MERGE` statement, returning a `Box`ed SetExpr
|
||||
///
|
||||
/// This is used to reduce the size of the stack frames in debug builds
|
||||
pub(super) fn parse_merge_setexpr_boxed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue