| 136 | |
| 137 | |
| 138 | Block DistributedBlockOutputStream::getHeader() const |
| 139 | { |
| 140 | if (!allow_materialized) |
| 141 | return metadata_snapshot->getSampleBlockNonMaterialized(); |
| 142 | else |
| 143 | return metadata_snapshot->getSampleBlock(); |
| 144 | } |
| 145 | |
| 146 | |
| 147 | void DistributedBlockOutputStream::writePrefix() |
no test coverage detected