Convert the `MapFilterProject` into a staged evaluation plan. The main behavior is extract temporal predicates, which cannot be evaluated using the standard machinery.
(self)
| 641 | /// The main behavior is extract temporal predicates, which cannot be evaluated |
| 642 | /// using the standard machinery. |
| 643 | pub fn into_plan(self) -> Result<plan::MfpPlan<E>, String> { |
| 644 | plan::MfpPlan::create_from(self) |
| 645 | } |
| 646 | } |
| 647 | |
| 648 | impl<E: OptimizableExpr> MapFilterProject<E> { |
no outgoing calls