MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / newDefaultSelector

Function newDefaultSelector

internal/compiler/selector.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type defaultSelector struct{}
21
22func newDefaultSelector() *defaultSelector {
23 return &defaultSelector{}
24}
25
26func (s *defaultSelector) ColumnExpr(name string, column *Column) string {
27 return name

Callers 2

NewCompilerFunction · 0.85
TestSelectorFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSelectorFunction · 0.68