| 2473 | |
| 2474 | |
| 2475 | void onProfileInfo(const BlockStreamProfileInfo & profile_info) |
| 2476 | { |
| 2477 | if (profile_info.hasAppliedLimit() && output_format) |
| 2478 | output_format->setRowsBeforeLimit(profile_info.getRowsBeforeLimit()); |
| 2479 | } |
| 2480 | |
| 2481 | |
| 2482 | void onEndOfStream() |
nothing calls this directly
no test coverage detected