Get expressions passed as the called function arguments.
(&self)
| 538 | |
| 539 | /// Get expressions passed as the called function arguments. |
| 540 | pub fn exprs(&self) -> &'e [Expr] { |
| 541 | self.exprs |
| 542 | } |
| 543 | |
| 544 | /// Get a session where the table function is called. |
| 545 | pub fn session(&self) -> &'s dyn Session { |
no outgoing calls