MCPcopy
hub / github.com/sqlc-dev/sqlc / OutputColumns

Method OutputColumns

internal/sql/catalog/table.go:139–139  ·  view source on GitHub ↗
(node ast.Node)

Source from the content-addressed store, hash-verified

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

Callers 2

createTableAsMethod · 0.65
createViewMethod · 0.65

Implementers 1

Compilerinternal/compiler/engine.go

Calls

no outgoing calls

Tested by

no test coverage detected