MCPcopy Index your code
hub / github.com/google/mangle / ShouldQuery

Method ShouldQuery

engine/seminaivebottomup.go:89–89  ·  view source on GitHub ↗
(inputs []ast.Constant, filters []ast.BaseTerm, pushdown []ast.Term)

Source from the content-addressed store, hash-verified

87 // to ExecuteQuery. Otherwise, the pushdown argument will be empty.
88 ShouldPushdown() bool
89 ShouldQuery(inputs []ast.Constant, filters []ast.BaseTerm, pushdown []ast.Term) bool
90 ExecuteQuery(inputs []ast.Constant, filters []ast.BaseTerm, pushdown []ast.Term,
91 cb func([]ast.BaseTerm)) error
92}

Callers 1

EvalExternalQueryMethod · 0.65

Implementers 1

ExtImplengine/seminaivebottomup_test.go

Calls

no outgoing calls

Tested by

no test coverage detected