Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute_order_by_statement
Function · 0.45
evaluate_between
Function · 0.45
partial_cmp
Method · 0.45
aggregation_max
Function · 0.45
aggregation_min
Function · 0.45
general_greatest
Function · 0.45
general_least
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected