[cp]: support create table select ~1;
This commit is contained in:
@ -356,6 +356,8 @@ int ObRawExprPrinter::print(ObOpRawExpr* expr)
|
|||||||
}
|
}
|
||||||
case T_OP_AND:
|
case T_OP_AND:
|
||||||
SET_SYMBOL_IF_EMPTY("and");
|
SET_SYMBOL_IF_EMPTY("and");
|
||||||
|
case T_OP_BIT_NEG:
|
||||||
|
SET_SYMBOL_IF_EMPTY("~");
|
||||||
case T_OP_OR: {
|
case T_OP_OR: {
|
||||||
SET_SYMBOL_IF_EMPTY("or");
|
SET_SYMBOL_IF_EMPTY("or");
|
||||||
if (expr->get_param_count() < 2) {
|
if (expr->get_param_count() < 2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user