mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix
This commit is contained in:
parent
2856816641
commit
c104354894
@ -57,7 +57,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename ResultType, typename T, typename U>
|
template <typename ResultType, typename T, typename U>
|
||||||
static ResultType apply(
|
static inline NO_SANITIZE_UNDEFINED ResultType apply(
|
||||||
const T * left,
|
const T * left,
|
||||||
const U * right,
|
const U * right,
|
||||||
size_t size)
|
size_t size)
|
||||||
|
Loading…
Reference in New Issue
Block a user