You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/11 00:58:49 UTC

[GitHub] [incubator-doris] xinghuayu007 opened a new issue #4320: parse an url to get host, path, query, port, protocol

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:
users@infra.apache.org



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


[GitHub] [incubator-doris] xinghuayu007 closed issue #4320: parse an url to get host, path, query, port, protocol

Posted by GitBox <gi...@apache.org>.
xinghuayu007 closed issue #4320:
URL: https://github.com/apache/incubator-doris/issues/4320


   


----------------------------------------------------------------
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:
users@infra.apache.org



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