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

@ -711,6 +711,9 @@ bool ObQueryRange::can_be_extract_range(ObItemType cmp_type, const ObExprResType
bret = false;
always_true = true;
}
} else if (calc_type.is_json() && col_type.is_json()) {
bret = false;
always_true = true;
}
}
return bret;