Resolved implements the interface sql.ExecSourceRel.
()
| 73 | |
| 74 | // Resolved implements the interface sql.ExecSourceRel. |
| 75 | func (c *Call) Resolved() bool { |
| 76 | return true |
| 77 | } |
| 78 | |
| 79 | // RowIter implements the interface sql.ExecSourceRel. |
| 80 | func (c *Call) RowIter(ctx *sql.Context, r sql.Row) (sql.RowIter, error) { |