[BUGFIX] fix nullsafe cmp func serialize

This commit is contained in:
obdev
2023-02-09 14:34:23 +00:00
committed by ob-robot
parent ead52c09f3
commit c372e5d736
3 changed files with 37 additions and 1 deletions

View File

@ -90,6 +90,11 @@ typedef void (*ser_eval_batch_function)(ObBatchEvalFuncTag &);
OB_SFA_RELATION_EXPR_EVAL_GEO, \
OB_SFA_RELATION_EXPR_GEO_EVAL_BATCH, \
OB_SFA_DATUM_CMP_GEO, \
OB_SFA_DATUM_NULLSAFE_TEXT_CMP, \
OB_SFA_DATUM_NULLSAFE_TEXT_STR_CMP, \
OB_SFA_DATUM_NULLSAFE_STR_TEXT_CMP, \
OB_SFA_DATUM_NULLSAFE_JSON_CMP, \
OB_SFA_DATUM_NULLSAFE_GEO_CMP, \
OB_SFA_MAX
enum ObSerFuncArrayID {