mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-15 00:09:02 +00:00
feat: support explain options (#1426)
This commit is contained in:
parent
1c505ce736
commit
04a53e5753
7 changed files with 269 additions and 8 deletions
|
@ -536,6 +536,10 @@ pub trait Dialect: Debug + Any {
|
|||
fn require_interval_qualifier(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn supports_explain_with_utility_options(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
/// This represents the operators for which precedence must be defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue