()
| 20569 | } |
| 20570 | |
| 20571 | func (p *parser) callonJoinedTable1() (any, error) { |
| 20572 | stack := p.vstack[len(p.vstack)-1] |
| 20573 | _ = stack |
| 20574 | return p.cur.onJoinedTable1(stack["first"], stack["rest"]) |
| 20575 | } |
| 20576 | |
| 20577 | func (c *current) onSQLTableExpr2(table any) (any, error) { |
| 20578 | return table, nil |
nothing calls this directly
no test coverage detected