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

Method setCompiledFunction

src/Interpreters/ExpressionJIT.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void setCompiledFunction(std::shared_ptr<CompiledFunctionHolder> compiled_function_holder_)
174 {
175 compiled_function_holder = compiled_function_holder_;
176 }
177
178 bool isCompilable() const override { return true; }
179

Callers 1

compileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected