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

Method value

datafusion/physical-expr-common/src/metrics/mod.rs:187–189  ·  view source on GitHub ↗

Return a reference to the value of this metric

(&self)

Source from the content-addressed store, hash-verified

185
186 /// Return a reference to the value of this metric
187 pub fn value(&self) -> &MetricValue {
188 &self.value
189 }
190
191 /// Return a mutable reference to the value of this metric
192 pub fn value_mut(&mut self) -> &mut MetricValue {

Callers 14

test_evaluate_selectionFunction · 0.45
scatter_bitsFunction · 0.45
scatter_bytesFunction · 0.45
insert_if_new_innerMethod · 0.45
sumMethod · 0.45
sum_by_nameMethod · 0.45
aggregate_by_nameMethod · 0.45
sorted_for_displayMethod · 0.45
metric_namesFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 2

test_evaluate_selectionFunction · 0.36