MCPcopy
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
24func NewIdentifier(t string) *ast.String {
25 return &ast.String{Str: identifier(t)}
26}
27
28func parseTableName(n *chast.TableIdentifier) *ast.TableName {
29 return &ast.TableName{

Callers 4

convertToResTargetMethod · 0.70
convertTableJoinMethod · 0.70
convertIdentifierMethod · 0.70
convertAsteriskMethod · 0.70

Calls 1

identifierFunction · 0.70

Tested by

no test coverage detected