We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22103e0 commit bf579acCopy full SHA for bf579ac
src/ast/ddl.rs
@@ -4208,7 +4208,7 @@ pub struct DropOperator {
4208
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
4209
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
4210
pub struct OperatorSignature {
4211
- /// Operator name (can be schema-qualified)
+ /// Operator name
4212
pub name: ObjectName,
4213
/// Left operand type (None for prefix operators)
4214
pub left_type: Option<DataType>,
0 commit comments