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

Method WalkDrop

exec/executor.go:326–329  ·  view source on GitHub ↗

WalkDrop walks the Drop plan.

(p *plan.Drop)

Source from the content-addressed store, hash-verified

324
325// WalkDrop walks the Drop plan.
326func (m *JobExecutor) WalkDrop(p *plan.Drop) (Task, error) {
327 root := m.NewTask(p)
328 return root, root.Add(NewDrop(m.Ctx, p))
329}
330
331// WalkAlter walks the Alter plan.
332func (m *JobExecutor) WalkAlter(p *plan.Alter) (Task, error) {

Callers

nothing calls this directly

Calls 3

NewTaskMethod · 0.95
AddMethod · 0.95
NewDropFunction · 0.70

Tested by

no test coverage detected