occupy sm3 and sm4 function type

This commit is contained in:
jingtaoye35
2024-06-17 17:28:26 +00:00
committed by ob-robot
parent 88d86c2607
commit a80e04dea7
3 changed files with 9 additions and 0 deletions

View File

@ -1209,6 +1209,9 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprVectorDistance::calc_distance, /* 727 */
NULL, // ObExprInnerDoubleToInt::eval_inner_double_to_int /* 728 */
NULL, // ObExprInnerDecimalToYear::eval_inner_decimal_to_year /* 729 */
NULL, // ObExprSm3::eval_sm3, /* 730 */
NULL, // ObExprSm4Encrypt::eval_sm4_encrypt, /* 731 */
NULL, // ObExprSm4Decrypt::eval_sm4_decrypt, /* 732 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {