[FEAT MERGE]Query Interface Enhancement

Co-authored-by: chinaxing <chen.yack@gmail.com>
This commit is contained in:
obdev
2023-04-28 02:41:45 +00:00
committed by ob-robot
parent d48cc591bd
commit 23b365a0a7
74 changed files with 2611 additions and 330 deletions

View File

@ -825,7 +825,7 @@ inline void ObFastParserBase::reset_parser_node(ParseNode *node)
node->value_ = INT64_MAX;
node->str_value_ = nullptr;
node->str_len_ = 0;
node->str_off_ = 0;
node->pl_str_off_ = 0;
node->raw_text_ = nullptr;
node->text_len_ = 0;
node->pos_ = 0;