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

@ -65,8 +65,8 @@ int ObExplainResolver::resolve(const ParseNode& parse_tree)
case T_TRADITIONAL: {
explain_stmt->set_explain_format(EXPLAIN_TRADITIONAL);
} break;
case T_JSON: {
explain_stmt->set_explain_format(EXPLAIN_JSON);
case T_FORMAT_JSON: {
explain_stmt->set_explain_format(EXPLAIN_FORMAT_JSON);
} break;
case T_BASIC: {
explain_stmt->set_explain_format(EXPLAIN_BASIC);