Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertAnalyzeTableStmt
Method
convertAnalyzeTableStmt
internal/engine/dolphin/convert.go:804–806 ·
view source on GitHub ↗
(n *pcast.AnalyzeTableStmt)
Source
from the content-addressed store, hash-verified
802
}
803
804
func
(c *cc) convertAnalyzeTableStmt(n *pcast.AnalyzeTableStmt) ast.Node {
805
return
todo(n)
806
}
807
808
func
(c *cc) convertBRIEStmt(n *pcast.BRIEStmt) ast.Node {
809
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected