sjyango opened a new pull request, #29838:
URL: https://github.com/apache/doris/pull/29838

   ## Proposed changes
   
   Issue Number: close #20584
   
   <!--Describe your changes.-->
   - `to_ipv4`: An alias to ipv4_string_to_num that takes a string form of IPv4 
address and returns value of IPv4 type, which is binary equal to value returned 
by ipv4_string_to_num.
   - `to_ipv6`: Converts a string form of IPv6 address to IPv6 type. If the 
IPv6 address has an invalid format, returns an empty value. Similar to 
ipv6_string_to_num function, which converts IPv6 address to binary format.
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to