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

Method convertSubquery

internal/engine/clickhouse/convert.go:660–665  ·  view source on GitHub ↗
(n *chast.Subquery)

Source from the content-addressed store, hash-verified

658}
659
660func (c *cc) convertSubquery(n *chast.Subquery) *ast.SubLink {
661 return &ast.SubLink{
662 SubLinkType: ast.EXISTS_SUBLINK,
663 Subselect: c.convert(n.Query),
664 }
665}
666
667func (c *cc) convertArrayAccess(n *chast.ArrayAccess) *ast.A_Indirection {
668 return &ast.A_Indirection{

Callers 1

convertExprMethod · 0.95

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected