Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ NewIdentifier
Function
NewIdentifier
internal/engine/dolphin/convert.go:33–35 ·
view source on GitHub ↗
(t string)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
NewIdentifier(t string) *ast.String {
34
return
&ast.String{Str: identifier(t)}
35
}
36
37
func
(c *cc) convertAlterTableStmt(n *pcast.AlterTableStmt) ast.Node {
38
alt := &ast.AlterTableStmt{
Callers
9
convertColumnNameExpr
Method · 0.70
convertDeleteStmt
Method · 0.70
convertFuncCallExpr
Method · 0.70
convertCommonTableExpression
Method · 0.70
convertWildCardField
Method · 0.70
convertAggregateFuncExpr
Method · 0.70
convertDropDatabaseStmt
Method · 0.70
convertCallStmt
Method · 0.70
toList
Function · 0.70
Calls
1
identifier
Function · 0.70
Tested by
no test coverage detected