[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

@ -22,7 +22,7 @@ using namespace common;
namespace sql
{
ObExprUnistr::ObExprUnistr(common::ObIAllocator &alloc)
: ObStringExprOperator(alloc, T_FUN_UNISTR, N_UNISTR, 1)
: ObStringExprOperator(alloc, T_FUN_UNISTR, N_UNISTR, 1, VALID_FOR_GENERATED_COL)
{
}
ObExprUnistr::~ObExprUnistr()
@ -171,7 +171,7 @@ int ObExprUnistr::cg_expr(ObExprCGCtx &op_cg_ctx,
}
ObExprAsciistr::ObExprAsciistr(common::ObIAllocator &alloc)
: ObStringExprOperator(alloc, T_FUN_ASCIISTR, N_ASCIISTR, 1)
: ObStringExprOperator(alloc, T_FUN_ASCIISTR, N_ASCIISTR, 1, VALID_FOR_GENERATED_COL)
{
}
ObExprAsciistr::~ObExprAsciistr()