dependencyplanner

package
v0.5.643 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DependencyPlanner

type DependencyPlanner interface {
	Plan() error
	GetBldr() primitivebuilder.Builder
	GetSelectCtx() drm.PreparedStatementCtx
	WithPrepStmtOffset(offset int) DependencyPlanner
	WithElideRead(isElideRead bool) DependencyPlanner
}

func NewStandardDependencyPlanner

func NewStandardDependencyPlanner(
	annotatedAST annotatedast.AnnotatedAst,
	handlerCtx handler.HandlerContext,
	dataflowCollection dataflow.Collection,
	colRefs parserutil.ColTableMap,
	rewrittenWhere *sqlparser.Where,
	sqlStatement *sqlparser.Select,
	tblz taxonomy.TblMap,
	primitiveComposer primitivecomposer.PrimitiveComposer,
	tcc internaldto.TxnControlCounters,
	tccSetAheadOfTime bool,
) (DependencyPlanner, error)

Jump to

Keyboard shortcuts

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