Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ NewIdentifier
Function
NewIdentifier
internal/engine/clickhouse/utils.go:24–26 ·
view source on GitHub ↗
(t string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewIdentifier(t string) *ast.String {
25
return
&ast.String{Str: identifier(t)}
26
}
27
28
func
parseTableName(n *chast.TableIdentifier) *ast.TableName {
29
return
&ast.TableName{
Callers
4
convertToResTarget
Method · 0.70
convertTableJoin
Method · 0.70
convertIdentifier
Method · 0.70
convertAsterisk
Method · 0.70
Calls
1
identifier
Function · 0.70
Tested by
no test coverage detected