MCPcopy 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
20func identifier(id string) string {
21 return strings.ToLower(id)
22}
23
24func NewIdentifier(t string) *ast.String {
25 return &ast.String{Str: identifier(t)}

Callers 8

convertCreateQueryMethod · 0.70
convertUpdateQueryMethod · 0.70
convertDropQueryMethod · 0.70
convertAlterQueryMethod · 0.70
NewIdentifierFunction · 0.70
parseTableNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected