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

Method analyzeQuery

internal/compiler/analyze.go:117–119  ·  view source on GitHub ↗
(raw *ast.RawStmt, query string)

Source from the content-addressed store, hash-verified

115}
116
117func (c *Compiler) analyzeQuery(raw *ast.RawStmt, query string) (*analysis, error) {
118 return c._analyzeQuery(raw, query, true)
119}
120
121func (c *Compiler) inferQuery(raw *ast.RawStmt, query string) (*analysis, error) {
122 return c._analyzeQuery(raw, query, false)

Callers 1

parseQueryMethod · 0.95

Calls 1

_analyzeQueryMethod · 0.95

Tested by

no test coverage detected