Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats

This commit is contained in:
myrrc 2020-12-18 15:42:39 +03:00
commit 283268c50f

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;