Check this is a rollup query or not @return Whether or not this is a rollup query @since 2.4
()
| 401 | * @since 2.4 |
| 402 | */ |
| 403 | @Override |
| 404 | public boolean isRollupQuery() { |
| 405 | return rollupQuery != null && RollupQuery.isValidQuery(rollupQuery.getRollupQuery()); |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * @since 2.4 |
nothing calls this directly
no test coverage detected