Search the query on pre-aggregated table directly instead of post fetch aggregation. @return Whether or not to fetch data on pre-aggregates @since 2.4
()
| 485 | * @since 2.4 |
| 486 | */ |
| 487 | public boolean isPreAggregate() { |
| 488 | return pre_aggregate; |
| 489 | } |
| 490 | |
| 491 | /** Search the query on pre-aggregated table directly instead of post fetch |
| 492 | * aggregation. |