From cfa0a8b136d36f2f8b00f0b6ea59290d454dc742 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 23 Mar 2023 10:10:03 +0800 Subject: [PATCH] [Improvement](DECIMALV3) multiply/plus DECIMAL32 and DECIMAL64 safely and not check overflow (#18031) --- be/src/vec/functions/function_binary_arithmetic.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/be/src/vec/functions/function_binary_arithmetic.h b/be/src/vec/functions/function_binary_arithmetic.h index 8a74f44b0b..c29132b637 100644 --- a/be/src/vec/functions/function_binary_arithmetic.h +++ b/be/src/vec/functions/function_binary_arithmetic.h @@ -61,7 +61,8 @@ struct DivideIntegralImpl; template struct ModuloImpl; -template