(node ast.Node)
| 137 | // statement that defines the view. |
| 138 | type columnGenerator interface { |
| 139 | OutputColumns(node ast.Node) ([]*Column, error) |
| 140 | } |
| 141 | |
| 142 | func (c *Catalog) getTable(tableName *ast.TableName) (*Schema, *Table, error) { |
no outgoing calls
no test coverage detected