add id placeholders for column level encrypt

This commit is contained in:
PatZhuang
2024-09-25 07:35:46 +00:00
committed by ob-robot
parent 75f90b0362
commit e5dbdc61a4
4 changed files with 11 additions and 1 deletions

View File

@ -1263,6 +1263,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprRbSelect::eval_rb_select, /* 756 */
ObExprVectorNegativeIPDistance::calc_negative_inner_product, /* 757 */
NULL, // ObExprTokenize::eval_tokenize, /* 758 */
NULL, // ObExprEnhancedAesEncrypt::eval_aes_encrypt /* 759 */
NULL, // ObExprEnhancedAesEncrypt::eval_aes_decrypt /* 760 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {