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

Method rate

datafusion/expr-common/src/statistics.rs:406–408  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

404 }
405
406 pub fn rate(&self) -> &ScalarValue {
407 &self.rate
408 }
409
410 pub fn offset(&self) -> &ScalarValue {
411 &self.offset

Callers 2

evaluate_statisticsMethod · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected