planner

package
v0.0.0-...-bbea46d Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plan

type Plan struct {
	UnFilteredPipe chan *node.Row
	FilteredPipe   chan *node.Row
	LimitedPipe    chan *node.Row
	ErrorsPipe     chan error
	Stop           chan bool
	// contains filtered or unexported fields
}

func NewPlan

func NewPlan(t *page.Table) (p *Plan)

func (*Plan) Insert

func (plan *Plan) Insert(ast *parser.InsertTree) (count int, err error)

func (*Plan) SelectPrepare

func (plan *Plan) SelectPrepare(ast *parser.SelectTree) (filteredPipe chan *node.Row, err error)

Jump to

Keyboard shortcuts

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