MCPcopy Create free account
hub / github.com/apache/datafusion / partial_cmp

Method partial_cmp

datafusion/core/src/physical_planner.rs:4386–4388  ·  view source on GitHub ↗
(&self, _other: &Self)

Source from the content-addressed store, hash-verified

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 {

Callers 1

new_f64Method · 0.45

Calls

no outgoing calls

Tested by 1

new_f64Method · 0.36