mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-14 15:59:03 +00:00
Support relation visitor to visit the Option
field (#1556)
This commit is contained in:
parent
6291afb2c7
commit
92c6e7f79b
4 changed files with 89 additions and 8 deletions
|
@ -7653,6 +7653,7 @@ impl fmt::Display for ShowStatementInParentType {
|
|||
pub struct ShowStatementIn {
|
||||
pub clause: ShowStatementInClause,
|
||||
pub parent_type: Option<ShowStatementInParentType>,
|
||||
#[cfg_attr(feature = "visitor", visit(with = "visit_relation"))]
|
||||
pub parent_name: Option<ObjectName>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue