Documentation ¶
Index ¶
Constants ¶
View Source
const CHANNEL = "PLANNER"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Planner ¶
type Planner interface {
Plan(ast.Statement) (plan.PlanChannel, query.ErrorChannel)
}
Planner takes an ast.Statment and returns a PlanChannel. As new Plans are built, they are written to the PlanChannel. When no more plans can be built, the channel is closed.
Click to show internal directories.
Click to hide internal directories.