From 62751178384e71044ee8ab4729b874c8ae5e4d83 Mon Sep 17 00:00:00 2001 From: PatZhuang Date: Thu, 26 Sep 2024 03:16:40 +0000 Subject: [PATCH] fix eval func class name for enhanced_aes_decrypt --- src/sql/engine/expr/ob_expr_eval_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/engine/expr/ob_expr_eval_functions.cpp b/src/sql/engine/expr/ob_expr_eval_functions.cpp index ba026408a2..2d3c425900 100644 --- a/src/sql/engine/expr/ob_expr_eval_functions.cpp +++ b/src/sql/engine/expr/ob_expr_eval_functions.cpp @@ -1265,7 +1265,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = { ObExprVectorNegativeIPDistance::calc_negative_inner_product, /* 757 */ ObExprTokenize::eval_tokenize, /* 758 */ NULL, // ObExprEnhancedAesEncrypt::eval_aes_encrypt /* 759 */ - NULL, // ObExprEnhancedAesEncrypt::eval_aes_decrypt /* 760 */ + NULL, // ObExprEnhancedAesDecrypt::eval_aes_decrypt /* 760 */ }; static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {