(&self)
| 572 | } |
| 573 | |
| 574 | pub fn pcx(&self) -> Result<&PlanContext, PlanError> { |
| 575 | self.pcx.ok_or_else(|| sql_err!("no plan context")) |
| 576 | } |
| 577 | |
| 578 | /// Records resolved IDs from a SQL-implemented expression body (e.g. a SHOW |
| 579 | /// command's inner query or an EXPLAIN ANALYZE query) into the accumulator |
no outgoing calls
no test coverage detected