| 124 | |
| 125 | |
| 126 | void RemoteBlockOutputStream::writePrepared(ReadBuffer & input, size_t size) |
| 127 | { |
| 128 | /// We cannot use 'header'. Input must contain block with proper structure. |
| 129 | connection.sendPreparedData(input, size); |
| 130 | } |
| 131 | |
| 132 | |
| 133 | void RemoteBlockOutputStream::writeSuffix() |
no test coverage detected