提交 61d9d213 编写于 作者: M myrrc

fixed another variable init

上级 73f3195f
......@@ -1023,10 +1023,12 @@ public:
else if constexpr(result_is_decimal)
scale_a = type.scaleFactorFor(left, is_multiply);
else
scale_a = 0.0; //won't be used
scale_a = 0.0; //won't be used as the target column is not decimal
if constexpr(result_is_decimal)
scale_b = type.scaleFactorFor(right, is_multiply || is_division);
else
scale_b = 0.0; //won't be used, same
/// non-vector result
if (col_left_const && col_right_const)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册