MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / into_nontemporal

Method into_nontemporal

src/expr/src/linear.rs:1823–1829  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1821 /// If that is not possible, the original instance is returned as an error.
1822 #[allow(clippy::result_large_err)]
1823 pub fn into_nontemporal(self) -> Result<SafeMfpPlan<E>, Self> {
1824 if self.lower_bounds.is_empty() && self.upper_bounds.is_empty() {
1825 Ok(self.mfp)
1826 } else {
1827 Err(self)
1828 }
1829 }
1830
1831 /// Returns an iterator over mutable references to all non-temporal
1832 /// scalar expressions in the plan.

Callers 8

newMethod · 0.80
buildMethod · 0.80
completeMethod · 0.80
peekMethod · 0.80
mfp_to_safe_planFunction · 0.80
sequence_copy_fromMethod · 0.80
render_reduceMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by 1