MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / compare

Method compare

crates/gitql-core/src/values/row.rs:56–58  ·  view source on GitHub ↗
(&self, _other: &Box<dyn Value>)

Source from the content-addressed store, hash-verified

54 }
55
56 fn compare(&self, _other: &Box<dyn Value>) -> Option<Ordering> {
57 None
58 }
59
60 fn data_type(&self) -> Box<dyn DataType> {
61 Box::new(self.row_type.clone())

Callers 7

evaluate_betweenFunction · 0.45
partial_cmpMethod · 0.45
aggregation_maxFunction · 0.45
aggregation_minFunction · 0.45
general_greatestFunction · 0.45
general_leastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected