add id placeholders for column level encrypt
This commit is contained in:
@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user