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

Method convertPositionExpr

internal/engine/dolphin/convert.go:1262–1264  ·  view source on GitHub ↗
(n *pcast.PositionExpr)

Source from the content-addressed store, hash-verified

1260}
1261
1262func (c *cc) convertPositionExpr(n *pcast.PositionExpr) ast.Node {
1263 return &ast.Integer{Ival: int64(n.N)}
1264}
1265
1266func (c *cc) convertPrepareStmt(n *pcast.PrepareStmt) ast.Node {
1267 return todo(n)

Callers 2

convertByItemMethod · 0.95
convertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected