| 68 | |
| 69 | |
| 70 | size_t BlockStreamProfileInfo::getRowsBeforeLimit() const |
| 71 | { |
| 72 | if (!calculated_rows_before_limit) |
| 73 | calculateRowsBeforeLimit(); |
| 74 | return rows_before_limit; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | bool BlockStreamProfileInfo::hasAppliedLimit() const |
no outgoing calls
no test coverage detected