Update FunctionBinaryArithmetic.h

This commit is contained in:
alexey-milovidov 2020-12-18 01:35:37 +03:00 committed by GitHub
parent a50e9548fd
commit 6a9397a64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;