MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / convertHavingClause

Method convertHavingClause

internal/engine/dolphin/convert.go:1046–1051  ·  view source on GitHub ↗
(n *pcast.HavingClause)

Source from the content-addressed store, hash-verified

1044}
1045
1046func (c *cc) convertHavingClause(n *pcast.HavingClause) ast.Node {
1047 if n == nil {
1048 return nil
1049 }
1050 return c.convert(n.Expr)
1051}
1052
1053func (c *cc) convertIndexLockAndAlgorithm(n *pcast.IndexLockAndAlgorithm) ast.Node {
1054 return todo(n)

Callers 2

convertSelectStmtMethod · 0.95
convertMethod · 0.95

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected