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

Method WalkProjection

exec/executor.go:233–235  ·  view source on GitHub ↗
(p *plan.Projection)

Source from the content-addressed store, hash-verified

231 return NewOrder(m.Ctx, p), nil
232}
233func (m *JobExecutor) WalkProjection(p *plan.Projection) (Task, error) {
234 return NewProjection(m.Ctx, p), nil
235}
236func (m *JobExecutor) WalkJoin(p *plan.JoinMerge) (Task, error) {
237 execTask := NewTaskParallel(m.Ctx)
238 //u.Debugf("join.Left: %#v \nright:%#v", p.Left, p.Right)

Callers

nothing calls this directly

Calls 1

NewProjectionFunction · 0.70

Tested by

no test coverage detected