| 99 | std::function<void(WriteBuffer &, int code, const String &)> exception_writer; |
| 100 | |
| 101 | bool hasDelayed() const |
| 102 | { |
| 103 | return out_maybe_delayed_and_compressed && out_maybe_delayed_and_compressed != out_maybe_compressed; |
| 104 | } |
| 105 | |
| 106 | void pushDelayedResults() const; |
| 107 |
no outgoing calls
no test coverage detected