Formatted None variant

This commit is contained in:
Luca 2025-12-01 19:42:19 +01:00
parent 0e88651146
commit 243becebcc

View file

@ -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,