You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/13 08:41:21 UTC

[GitHub] [incubator-seatunnel] Zhang88665 commented on issue #3457: [Transform][udf] a example for udf

Zhang88665 commented on issue #3457:
URL: https://github.com/apache/incubator-seatunnel/issues/3457#issuecomment-1381484873

   public class UDFexample extends ScalarFunction {
       public String eval(String msg) {
           try {
               //your udf
           } catch (Exception e) {
               e.printStackTrace();
           }
           return msg;
       }
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org