MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / eq

Method eq

src/sql/src/session/vars/value.rs:66–68  ·  view source on GitHub ↗
(&self, other: &Box<dyn Value>)

Source from the content-addressed store, hash-verified

64// bound because otherwise it's tricky to make `Value` object safe.
65impl PartialEq for Box<dyn Value> {
66 fn eq(&self, other: &Box<dyn Value>) -> bool {
67 self.format().eq(&other.format())
68 }
69}
70impl Eq for Box<dyn Value> {}
71

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected