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

Method get_interval

datafusion/physical-expr/src/intervals/cp_solver.rs:670–672  ·  view source on GitHub ↗

Returns the interval associated with the node at the given `index`.

(&self, index: usize)

Source from the content-addressed store, hash-verified

668
669 /// Returns the interval associated with the node at the given `index`.
670 pub fn get_interval(&self, index: usize) -> Interval {
671 self.graph[NodeIndex::new(index)].interval.clone()
672 }
673}
674
675/// This is a subfunction of the `propagate_arithmetic` function that propagates to the right child.

Callers 1

shrink_boundariesFunction · 0.80

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected