lsy3993 commented on code in PR #1887: URL: https://github.com/apache/doris-website/pull/1887#discussion_r1923319432
########## docs/sql-manual/sql-functions/scalar-functions/ip-functions/ipv4-num-to-string.md: ########## @@ -22,36 +22,44 @@ specific language governing permissions and limitations under the License. --> -## IPV4_NUM_TO_STRING +## Description +Takes a Int16、Int32、Int64 number. Interprets it as an IPv4 address in big endian. Returns a string containing the corresponding IPv4 address in the format A.B.C.D (dot-separated numbers in decimal form) -IPV4_NUM_TO_STRING +## Alias +INET_NTOA Review Comment: done -- 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-unsubscr...@doris.apache.org 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