mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Initialize compilation_cache pointer in ALL constructors
This commit is contained in:
parent
48090875bb
commit
26ee34401b
@ -169,6 +169,9 @@ public:
|
||||
input_columns.emplace_back(input_elem.name, input_elem.type);
|
||||
sample_block.insert(input_elem);
|
||||
}
|
||||
#if USE_EMBEDDED_COMPILER
|
||||
compilation_cache = context_.getCompiledExpressionCache();
|
||||
#endif
|
||||
}
|
||||
|
||||
/// Add the input column.
|
||||
|
Loading…
Reference in New Issue
Block a user