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

Method WalkCommand

exec/executor.go:312–315  ·  view source on GitHub ↗

Other Statements WalkCommand walk Commands such as SET.

(p *plan.Command)

Source from the content-addressed store, hash-verified

310
311// WalkCommand walk Commands such as SET.
312func (m *JobExecutor) WalkCommand(p *plan.Command) (Task, error) {
313 root := m.NewTask(p)
314 return root, root.Add(NewCommand(m.Ctx, p))
315}
316
317// DDL Operations
318

Callers

nothing calls this directly

Calls 3

NewTaskMethod · 0.95
AddMethod · 0.95
NewCommandFunction · 0.85

Tested by

no test coverage detected