mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-10 14:02:14 +00:00
Add span for Expr::TypedString
(#1919)
This commit is contained in:
parent
be2d2f14e7
commit
9020385c02
7 changed files with 155 additions and 47 deletions
|
@ -996,7 +996,7 @@ pub enum Expr {
|
|||
data_type: DataType,
|
||||
/// The value of the constant.
|
||||
/// Hint: you can unwrap the string value using `value.into_string()`.
|
||||
value: Value,
|
||||
value: ValueWithSpan,
|
||||
},
|
||||
/// Scalar function call e.g. `LEFT(foo, 5)`
|
||||
Function(Function),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue