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

Method finalize

programs/obfuscator/Obfuscator.cpp:964–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 }
963
964 void finalize() override
965 {
966 markov_model.finalize();
967 }
968
969 ColumnPtr generate(const IColumn & column) override
970 {

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected