support json type

This commit is contained in:
xj0
2022-02-08 14:58:13 +08:00
committed by LINxiansheng
parent 4b25bac8d0
commit e5f59ea074
241 changed files with 46116 additions and 749 deletions

View File

@ -139,7 +139,7 @@ TEST_F(TestRawExpr, basic_test)
OK(const_expr1->postorder_replace(pvistor));
_OB_LOG(INFO, "\nconst_expr------\n%s ", buf);
int64_t pos = 0;
const_expr1->get_name_internal(str_buf, BUF_LEN, pos, EXPLAIN_JSON);
const_expr1->get_name_internal(str_buf, BUF_LEN, pos, EXPLAIN_FORMAT_JSON);
raw_expr2->reset();
const_expr2->reset();