MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getSampleColumns

Method getSampleColumns

src/Interpreters/InternalTextLogsQueue.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33MutableColumns InternalTextLogsQueue::getSampleColumns()
34{
35 static Block sample_block = getSampleBlock();
36 return sample_block.cloneEmptyColumns();
37}
38
39void InternalTextLogsQueue::pushBlock(Block && log_block)
40{

Callers

nothing calls this directly

Calls 2

getSampleBlockFunction · 0.70
cloneEmptyColumnsMethod · 0.45

Tested by

no test coverage detected