mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Removed Expr::TypedString from list of missing spans in docs
This commit is contained in:
parent
db16ff8916
commit
9819b2f002
1 changed files with 0 additions and 1 deletions
|
@ -1410,7 +1410,6 @@ impl Spanned for AssignmentTarget {
|
|||
/// f.e. `IS NULL <expr>` reports as `<expr>::span`.
|
||||
///
|
||||
/// Missing spans:
|
||||
/// - [Expr::TypedString] # missing span for data_type
|
||||
/// - [Expr::MatchAgainst] # MySQL specific
|
||||
/// - [Expr::RLike] # MySQL specific
|
||||
/// - [Expr::Struct] # BigQuery specific
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue