mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Formatted None variant
This commit is contained in:
parent
0e88651146
commit
243becebcc
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ impl fmt::Display for AlterTypeOperation {
|
|||
pub struct AlterOperator {
|
||||
/// Operator name (can be schema-qualified)
|
||||
pub name: ObjectName,
|
||||
/// Left operand type (`NONE` if no left operand)
|
||||
/// Left operand type (`None` if no left operand)
|
||||
pub left_type: Option<DataType>,
|
||||
/// Right operand type
|
||||
pub right_type: DataType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue