(inputs []ast.Constant, filters []ast.BaseTerm, pushdown []ast.Term)
| 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 | } |
no outgoing calls
no test coverage detected