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

Function NewUpdate

exec/mutations.go:59–66  ·  view source on GitHub ↗
(ctx *plan.Context, p *plan.Update)

Source from the content-addressed store, hash-verified

57 return m
58}
59func NewUpdate(ctx *plan.Context, p *plan.Update) *Upsert {
60 m := &Upsert{
61 TaskBase: NewTaskBase(ctx),
62 db: p.Source,
63 update: p.Stmt,
64 }
65 return m
66}
67func NewUpsert(ctx *plan.Context, p *plan.Upsert) *Upsert {
68 m := &Upsert{
69 TaskBase: NewTaskBase(ctx),

Callers 1

WalkUpdateMethod · 0.85

Calls 1

NewTaskBaseFunction · 0.85

Tested by

no test coverage detected