Build the plan
(self)
| 1436 | |
| 1437 | /// Build the plan |
| 1438 | pub fn build(self) -> Result<LogicalPlan> { |
| 1439 | Ok(Arc::unwrap_or_clone(self.plan)) |
| 1440 | } |
| 1441 | |
| 1442 | /// Apply a join with both explicit equijoin and non equijoin predicates. |
| 1443 | /// |
no outgoing calls