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

Method fmt

datafusion/expr/src/execution_props.rs:248–252  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

246
247impl fmt::Debug for ScalarSubqueryResults {
248 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
249 f.debug_list()
250 .entries(self.slots.iter().map(|slot| slot.lock().unwrap().clone()))
251 .finish()
252 }
253}
254
255impl PartialEq for ScalarSubqueryResults {

Callers

nothing calls this directly

Calls 5

finishMethod · 0.45
entriesMethod · 0.45
mapMethod · 0.45
iterMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected