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

Method eq_properties

datafusion/datasource/src/memory.rs:183–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181 }
182
183 fn eq_properties(&self) -> EquivalenceProperties {
184 EquivalenceProperties::new_with_orderings(
185 Arc::clone(&self.projected_schema),
186 self.sort_information.clone(),
187 )
188 }
189
190 fn scheduling_type(&self) -> SchedulingType {
191 SchedulingType::Cooperative

Callers 3

compute_propertiesMethod · 0.45
fmt_asMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected