planner

package
v0.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2014 License: Apache-2.0 Imports: 3 Imported by: 6

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL