if (ctx.unaryOperator().PLUS() != null) {
                // PLUS
                result.operator = LogicalPlan.PLUS
            } else if (ctx.unaryOperator().KLEENE_STAR() != null) {
                // KLEENE STAR