MCPcopy Create free account
hub / github.com/araddon/qlbridge / WalkPlan

Method WalkPlan

exec/exec.go:92–92  ·  view source on GitHub ↗
(p plan.Task)

Source from the content-addressed store, hash-verified

90 Executor interface {
91 NewTask(p plan.Task) Task
92 WalkPlan(p plan.Task) (Task, error)
93
94 // DML Statements
95 WalkSelect(p *plan.Select) (Task, error)

Callers 1

BuildSqlJobPlannedFunction · 0.65

Implementers 1

JobExecutorexec/executor.go

Calls

no outgoing calls

Tested by

no test coverage detected