mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
a5c139c325
commit
1d6b53f9c7
@ -119,7 +119,7 @@ int main(int argc, char ** argv)
|
||||
(*context.functions)["xor"] = new DB::FunctionXor;
|
||||
(*context.functions)["not"] = new DB::FunctionNot;
|
||||
*/
|
||||
context.columns = names_and_types_list;
|
||||
context.columns = *names_and_types_list;
|
||||
|
||||
DB::ParserSelectQuery parser;
|
||||
DB::ASTPtr ast;
|
||||
|
Loading…
Reference in New Issue
Block a user