Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertColumnDef
Method
convertColumnDef
internal/engine/dolphin/convert.go:861–863 ·
view source on GitHub ↗
(n *pcast.ColumnDef)
Source
from the content-addressed store, hash-verified
859
}
860
861
func
(c *cc) convertColumnDef(n *pcast.ColumnDef) ast.Node {
862
return
todo(n)
863
}
864
865
func
(c *cc) convertColumnName(n *pcast.ColumnName) ast.Node {
866
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected