planner

package
v1.1.0-beta.0...-a878e1f Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsReadOnly

func IsReadOnly(node ast.Node, vars *variable.SessionVars) bool

IsReadOnly check whether the ast.Node is a read only statement.

func Optimize

func Optimize(ctx context.Context, sctx sessionctx.Context, node ast.Node, is infoschema.InfoSchema) (plan core.Plan, slice types.NameSlice, retErr error)

Optimize does optimization and creates a Plan.

func OptimizeExecStmt

func OptimizeExecStmt(ctx context.Context, sctx sessionctx.Context,
	execAst *ast.ExecuteStmt, is infoschema.InfoSchema) (core.Plan, types.NameSlice, error)

OptimizeExecStmt to handle the "execute" statement

func OptimizeForForeignKeyCascade

func OptimizeForForeignKeyCascade(ctx context.Context, sctx pctx.PlanContext, node ast.StmtNode, is infoschema.InfoSchema) (core.Plan, error)

OptimizeForForeignKeyCascade does optimization and creates a Plan for foreign key cascade. Compare to Optimize, OptimizeForForeignKeyCascade only build plan by StmtNode, doesn't consider plan cache and plan binding, also doesn't do privilege check.

Types

This section is empty.

Directories

Path Synopsis
Package core Copyright 2022 PingCAP, Inc.
Package core Copyright 2022 PingCAP, Inc.

Jump to

Keyboard shortcuts

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