Skip to content

Commit bf579ac

Browse files
Update ddl.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 22103e0 commit bf579ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4208,7 +4208,7 @@ pub struct DropOperator {
42084208
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
42094209
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
42104210
pub struct OperatorSignature {
4211-
/// Operator name (can be schema-qualified)
4211+
/// Operator name
42124212
pub name: ObjectName,
42134213
/// Left operand type (None for prefix operators)
42144214
pub left_type: Option<DataType>,

0 commit comments

Comments
 (0)