Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ Compile
Method
Compile
internal/sqlbuilder/select.go:504–506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
}
503
504
func
(sel *selector) Compile() (string, error) {
505
return
sel.statement().Compile(sel.template())
506
}
507
508
func
(sel *selector) Prev() immutable.Immutable {
509
if
sel == nil {
Callers
1
String
Method · 0.95
Calls
3
statement
Method · 0.95
template
Method · 0.95
Compile
Method · 0.65
Tested by
no test coverage detected