mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Rectification of FunctionsComparison [#CLICKHOUSE-2]
This commit is contained in:
parent
9e5778134d
commit
c3ca20c25c
@ -526,7 +526,7 @@ struct GenericComparisonImpl
|
||||
|
||||
#if USE_EMBEDDED_COMPILER
|
||||
|
||||
template <template <typename, typename> Op> struct CompileOp;
|
||||
template <template <typename, typename> typename Op> struct CompileOp;
|
||||
|
||||
template <> struct CompileOp<EqualsOp>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user