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

Method WalkWhere

exec/executor.go:221–223  ·  view source on GitHub ↗
(p *plan.Where)

Source from the content-addressed store, hash-verified

219 return nil, fmt.Errorf("%T Must Implement Scanner for %q", p.Conn, p.Stmt.String())
220}
221func (m *JobExecutor) WalkWhere(p *plan.Where) (Task, error) {
222 return NewWhere(m.Ctx, p), nil
223}
224func (m *JobExecutor) WalkHaving(p *plan.Having) (Task, error) {
225 return NewHaving(m.Ctx, p), nil
226}

Callers

nothing calls this directly

Calls 1

NewWhereFunction · 0.70

Tested by

no test coverage detected