From 19f0de1843ea9015a589fd6e4e2827ba21f3adab Mon Sep 17 00:00:00 2001 From: zhangstar333 <2561612514@qq.com> Date: Mon, 14 Oct 2024 11:18:29 +0800 Subject: [PATCH] update --- be/src/vec/functions/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/vec/functions/function.h b/be/src/vec/functions/function.h index 4fdd6ec1b41eebf..1b0c94771dd83fb 100644 --- a/be/src/vec/functions/function.h +++ b/be/src/vec/functions/function.h @@ -206,7 +206,7 @@ class IFunctionBase { virtual bool is_use_default_implementation_for_constants() const = 0; - virtual bool is_udf_function() const { return false; } + virtual bool is_udf_function() const { return false; } /// The property of monotonicity for a certain range. struct Monotonicity {