| 31 | } |
| 32 | |
| 33 | MutableColumns InternalTextLogsQueue::getSampleColumns() |
| 34 | { |
| 35 | static Block sample_block = getSampleBlock(); |
| 36 | return sample_block.cloneEmptyColumns(); |
| 37 | } |
| 38 | |
| 39 | void InternalTextLogsQueue::pushBlock(Block && log_block) |
| 40 | { |
nothing calls this directly
no test coverage detected