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

Method upper

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

Returns a reference to the upper bound.

(&self)

Source from the content-addressed store, hash-verified

388
389 /// Returns a reference to the upper bound.
390 pub fn upper(&self) -> &ScalarValue {
391 &self.upper
392 }
393
394 /// Converts this `Interval` into its boundary scalar values. It's useful
395 /// when you need to work with the individual bounds directly.

Callers 8

singleton_selectivityFunction · 0.80
rewrite_betweenFunction · 0.80
meanMethod · 0.80
determine_prune_lengthFunction · 0.80
acosh_orderFunction · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected