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

Function convert

internal/engine/postgresql/convert.go:84–86  ·  view source on GitHub ↗
(node *pg.Node)

Source from the content-addressed store, hash-verified

82}
83
84func convert(node *pg.Node) (ast.Node, error) {
85 return convertNode(node), nil
86}
87
88func convertA_ArrayExpr(n *pg.A_ArrayExpr) *ast.A_ArrayExpr {
89 if n == nil {

Callers 1

translateFunction · 0.85

Calls 1

convertNodeFunction · 0.85

Tested by

no test coverage detected