MCPcopy 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
804func (c *cc) convertAnalyzeTableStmt(n *pcast.AnalyzeTableStmt) ast.Node {
805 return todo(n)
806}
807
808func (c *cc) convertBRIEStmt(n *pcast.BRIEStmt) ast.Node {
809 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected