[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

@ -183,7 +183,7 @@ ParseNode *new_node(void *malloc_pool, ObItemType type, int num)
node->type_ = type;
node->num_child_ = num;
node->value_ = INT64_MAX;
node->str_off_ = -1;
node->pl_str_off_ = -1;
#ifdef SQL_PARSER_COMPILATION
node->token_off_ = -1;
node->token_len_ = -1;