planner

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2016 License: Apache-2.0 Imports: 14 Imported by: 0

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 Excecutor

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

Excecutor interface unifies the execution of statements.

func New

func New(ctx context.Context, store storage.Store, stm *semantic.Statement) (Excecutor, 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