MCPcopy
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
27func NewOptimizer() *Optimizer {
28 return &Optimizer{}
29}
30
31type Optimizer struct {
32 tableInd int

Callers 2

TestSQLShapesFunction · 0.85
NewFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSQLShapesFunction · 0.68