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

Method eq

datafusion-examples/examples/relation_planner/table_sample.rs:539–541  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

537
538impl PartialEq for HashableF64 {
539 fn eq(&self, other: &Self) -> bool {
540 self.0.to_bits() == other.0.to_bits()
541 }
542}
543
544impl Eq for HashableF64 {}

Callers 15

simple_expr_to_sql_demoFunction · 0.45
pruningFunction · 0.45
evaluate_demoFunction · 0.45
simplify_demoFunction · 0.45
analyzeMethod · 0.45
read_memoryFunction · 0.45
where_scalar_subqueryFunction · 0.45

Calls 1

to_bitsMethod · 0.80

Tested by

no test coverage detected