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

Method lower

datafusion/expr-common/src/interval_arithmetic.rs:385–387  ·  view source on GitHub ↗

Returns a reference to the lower bound.

(&self)

Source from the content-addressed store, hash-verified

383
384 /// Returns a reference to the lower bound.
385 pub fn lower(&self) -> &ScalarValue {
386 &self.lower
387 }
388
389 /// Returns a reference to the upper bound.
390 pub fn upper(&self) -> &ScalarValue {

Callers 15

singleton_selectivityFunction · 0.80
rewrite_betweenFunction · 0.80
meanMethod · 0.80
determine_prune_lengthFunction · 0.80
acos_orderFunction · 0.80
acosh_orderFunction · 0.80
asin_orderFunction · 0.80
atanh_orderFunction · 0.80
cosh_orderFunction · 0.80
ln_orderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected