Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
type
defaultSelector
struct
{}
21
22
func
newDefaultSelector() *defaultSelector {
23
return
&defaultSelector{}
24
}
25
26
func
(s *defaultSelector) ColumnExpr(name string, column *Column) string {
27
return
name
Callers
2
NewCompiler
Function · 0.85
TestSelector
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestSelector
Function · 0.68