Returns true if this operator would accept a filter dynamically generated by a downstream operator.
| 287 | /// Returns true if this operator would accept a filter dynamically generated |
| 288 | /// by a downstream operator. |
| 289 | virtual bool canAddDynamicFilter() const { |
| 290 | return false; |
| 291 | } |
| 292 | |
| 293 | /// Adds a filter dynamically generated by a downstream operator. Called only |
| 294 | /// if canAddFilter() returns true. |
no outgoing calls
no test coverage detected