planner

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2016 License: Apache-2.0 Imports: 14 Imported by: 7

Documentation

Overview

Package planner contains all the machinery to transform the semantic output into an actionable plan.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor added in v0.5.0

type Executor interface {
	// Execute runs the proposed plan for a given statement.
	Execute(ctx context.Context) (*table.Table, error)
}

Executor interface unifies the execution of statements.

func New

func New(ctx context.Context, store storage.Store, stm *semantic.Statement, chanSize int) (Executor, error)

New create a new executable plan given a semantic BQL statement.

Jump to

Keyboard shortcuts

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