提交 3942c226 编写于 作者: M Monk-Liu 提交者: wangzelin.wzl

[bugfix]: support create table t select ~1;

上级 2934fef1
......@@ -329,6 +329,8 @@ int ObRawExprPrinter::print(ObOpRawExpr* expr)
SET_SYMBOL_IF_EMPTY("not");
case T_OP_NOT_EXISTS:
SET_SYMBOL_IF_EMPTY("not exists");
case T_OP_BIT_NEG:
SET_SYMBOL_IF_EMPTY("~");
case T_OP_EXISTS: {
SET_SYMBOL_IF_EMPTY("exists");
if (1 != expr->get_param_count()) {
......@@ -356,8 +358,6 @@ 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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册