Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ identifier
Function
identifier
internal/engine/clickhouse/utils.go:20–22 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
identifier(id string) string {
21
return
strings.ToLower(id)
22
}
23
24
func
NewIdentifier(t string) *ast.String {
25
return
&ast.String{Str: identifier(t)}
Callers
8
convertCreateQuery
Method · 0.70
convertColumnDeclaration
Method · 0.70
convertUpdateQuery
Method · 0.70
convertDropQuery
Method · 0.70
convertAlterQuery
Method · 0.70
NewIdentifier
Function · 0.70
parseTableName
Function · 0.70
parseTableIdentifierToRangeVar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected