(&self, _other: &Self)
| 4384 | // a schema, we can't derive `PartialOrd`, and we can't compare these. |
| 4385 | impl PartialOrd for NoOpExtensionNode { |
| 4386 | fn partial_cmp(&self, _other: &Self) -> Option<Ordering> { |
| 4387 | None |
| 4388 | } |
| 4389 | } |
| 4390 | |
| 4391 | impl UserDefinedLogicalNodeCore for NoOpExtensionNode { |