[cp]: support create table select ~1;

This commit is contained in:
Monk-Liu
2022-04-01 10:48:54 +08:00
committed by LINxiansheng
parent 3fe6afe14e
commit 4713d791bf

View File

@ -356,6 +356,8 @@ int ObRawExprPrinter::print(ObOpRawExpr* expr)
}
case T_OP_AND:
SET_SYMBOL_IF_EMPTY("and");
case T_OP_BIT_NEG:
SET_SYMBOL_IF_EMPTY("~");
case T_OP_OR: {
SET_SYMBOL_IF_EMPTY("or");
if (expr->get_param_count() < 2) {