xinghuayu007 opened a new issue #4320:
URL: https://github.com/apache/incubator-doris/issues/4320


   **Is your feature request related to a problem? Please describe.**
   It is usual to store url data in Doris. Sometimes, an url is needed to be 
parsed to get host, path, query, port, protocol for further analysis. 
Therefore, a function to parse url is needed.
   
   **Describe the solution you'd like**
   My idea is to create a User Defined Function to parse url to get host, path 
query, port, protocol. The user can create it or drop it. The function will 
like as follow.
   
   select parseurl("www.baidu.com:8080", "PORT")
   
   it will return "8080"
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to