engine

package
v0.0.0-...-e44b46f Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Type querypb.Type
	Name string
	Expr sqlparser.Expr
}

type PDest

type PDest interface {
}

type PSchema

type PSchema interface {
	FindTable(n sqlparser.TableName) (*Table, error)
}

type PSession

type PSession interface {
}

type Primitive

type Primitive interface {
	Execute(sess PSession, bvs map[string]*querypb.BindVariable, cb func(r *qtypes.Result) error) error
}

type Table

type Table struct {
	Dest PDest
	// Table name in target
	Name    sqlparser.TableName
	Columns []Column
}

Jump to

Keyboard shortcuts

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