Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/radondb/radon
/ Optimizer
Interface
Optimizer
src/optimizer/optimizer.go:16–18 ·
view source on GitHub ↗
Optimizer interface.
Source
from the content-addressed store, hash-verified
14
15
// Optimizer interface.
16
type
Optimizer
interface
{
17
BuildPlanTree() (*planner.PlanTree, error)
18
}
Callers
3
ExecuteMultiStmtsInTxn
Method · 0.65
ExecuteSingleStmtTxnTwoPC
Method · 0.65
executeWithTimeout
Method · 0.65
Implementers
1
SimpleOptimizer
src/optimizer/simple_optimizer.go
Calls
no outgoing calls
Tested by
no test coverage detected