Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cayleygraph/cayley
/ NewOptimizer
Function
NewOptimizer
graph/sql/optimizer.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
)
26
27
func
NewOptimizer() *Optimizer {
28
return
&Optimizer{}
29
}
30
31
type
Optimizer
struct
{
32
tableInd int
Callers
2
TestSQLShapes
Function · 0.85
New
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestSQLShapes
Function · 0.68