[XML] fix count() failed

This commit is contained in:
obdev
2023-05-05 02:08:20 +00:00
committed by ob-robot
parent bea9dc85bf
commit fe350b62e6
4 changed files with 12 additions and 8 deletions

View File

@ -24,7 +24,7 @@ namespace sql
{
// Internal expression used for generate xmltype data from blob or udt with schema
ObExprSysMakeXML::ObExprSysMakeXML(ObIAllocator &alloc)
: ObFuncExprOperator(alloc, T_FUN_SYS_MAKEXML, N_SYS_MAKEXML, MORE_THAN_ONE, NOT_VALID_FOR_GENERATED_COL, NOT_ROW_DIMENSION)
: ObFuncExprOperator(alloc, T_FUN_SYS_MAKEXML, N_SYS_MAKEXML, MORE_THAN_ONE, VALID_FOR_GENERATED_COL, NOT_ROW_DIMENSION)
{
}