[FEAT MERGE] Functional_index

This commit is contained in:
obdev
2023-04-27 11:11:23 +00:00
committed by ob-robot
parent a52d8673b2
commit c5756c1799
370 changed files with 1728 additions and 821 deletions

View File

@ -318,6 +318,7 @@
#include "ob_expr_zipf.h"
#include "ob_expr_normal.h"
#include "ob_expr_uniform.h"
#include "ob_expr_prefix_pattern.h"
namespace oceanbase
{
@ -1002,7 +1003,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprRandom::calc_random_expr_const_seed, /* 589 */
ObExprRandom::calc_random_expr_nonconst_seed, /* 590 */
ObExprRandstr::calc_random_str, /* 591 */
NULL //ObExprNlsInitCap::calc_nls_initcap_expr /* 592 */
NULL, //ObExprNlsInitCap::calc_nls_initcap_expr /* 592 */
ObExprPrefixPattern::eval_prefix_pattern, /* 593 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {