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

Method convertTruncateTableStmt

internal/engine/dolphin/convert.go:1553–1557  ·  view source on GitHub ↗
(n *pcast.TruncateTableStmt)

Source from the content-addressed store, hash-verified

1551}
1552
1553func (c *cc) convertTruncateTableStmt(n *pcast.TruncateTableStmt) *ast.TruncateStmt {
1554 return &ast.TruncateStmt{
1555 Relations: toList(n.Table),
1556 }
1557}
1558
1559func (c *cc) convertUnaryOperationExpr(n *pcast.UnaryOperationExpr) ast.Node {
1560 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

toListFunction · 0.85

Tested by

no test coverage detected