mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update FunctionBinaryArithmetic.h
This commit is contained in:
parent
a50e9548fd
commit
6a9397a64b
@ -957,7 +957,8 @@ public:
|
||||
}
|
||||
|
||||
template <class T, class ResultDataType>
|
||||
static auto helperGetOrConvert(const auto & col, const auto & scale) {
|
||||
static auto helperGetOrConvert(const auto & col, const auto & scale)
|
||||
{
|
||||
using ResultType = typename ResultDataType::FieldType;
|
||||
using NativeResultType = typename NativeType<ResultType>::Type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user