| 1295 | } |
| 1296 | |
| 1297 | type ExtImpl struct { |
| 1298 | called1 int |
| 1299 | called2 int |
| 1300 | pushdown []ast.Term |
| 1301 | called3 int |
| 1302 | filters []ast.BaseTerm |
| 1303 | } |
| 1304 | |
| 1305 | func (e *ExtImpl) ShouldPushdown() bool { |
| 1306 | return true |
nothing calls this directly
no outgoing calls
no test coverage detected