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

Method null_safe_eq_op

crates/gitql-core/src/values/base.rs:200–202  ·  view source on GitHub ↗
(&self, other: &Box<dyn Value>)

Source from the content-addressed store, hash-verified

198 #[allow(unused_variables)]
199 #[allow(clippy::borrowed_box)]
200 fn null_safe_eq_op(&self, other: &Box<dyn Value>) -> Result<Box<dyn Value>, String> {
201 Err("Unsupported operator for this type".to_string())
202 }
203
204 /// Perform unary `<=> [ALL|ANY|SOME]` operator and return new [`Value`] represent the result or Exception message as [`String`]
205 #[allow(unused_variables)]

Callers 1

evaluate_comparisonFunction · 0.80

Implementers 14

diff_changes.rssrc/gitql/values/diff_changes.rs
boolean.rscrates/gitql-core/src/values/boolean.r
date.rscrates/gitql-core/src/values/date.rs
time.rscrates/gitql-core/src/values/time.rs
range.rscrates/gitql-core/src/values/range.rs
text.rscrates/gitql-core/src/values/text.rs
array.rscrates/gitql-core/src/values/array.rs
row.rscrates/gitql-core/src/values/row.rs
float.rscrates/gitql-core/src/values/float.rs
datetime.rscrates/gitql-core/src/values/datetime.
interval.rscrates/gitql-core/src/values/interval.
composite.rscrates/gitql-core/src/values/composite

Calls

no outgoing calls

Tested by

no test coverage detected