planner

package
v0.0.0-...-90a1d44 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2019 License: Apache-2.0 Imports: 13 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 {
	Steps []PlanStep
}

func CreatePlan

func CreatePlan(nodes []ast.StmtNode) (Plan, error)

type PlanStep

type PlanStep interface {
}

type Results

type Results interface {
	Error() error
	Next() bool
	Scan(dst ...interface{}) error
	NextResultSet() bool
	String() string
}

Jump to

Keyboard shortcuts

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