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

Method fillData

src/Storages/System/StorageSystemCodecs.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void StorageSystemCodecs::fillData(MutableColumns & res_columns, ContextPtr, const ActionsDAG::Node *, std::vector<UInt8>) const
33{
34 CompressionCodecFactory::instance().fillCodecDescriptions(res_columns);
35}
36
37}

Callers

nothing calls this directly

Calls 1

fillCodecDescriptionsMethod · 0.80

Tested by

no test coverage detected