IP Address Functions

This section provides reference information for the IP address-related functions in PlaidCloud Lakehouse.


INET_ATON

Learn how to use the INET_ATON IP address function in PlaidCloud Lakehouse. Converts an IPv4 address to a 32-bit integer. Includes syntax and examples.

INET_NTOA

Learn how to use the INET_NTOA IP address function in PlaidCloud Lakehouse. Converts a 32-bit integer to an IPv4 address. Includes syntax and examples.

IPV4_NUM_TO_STRING

Learn how to use IPV4_NUM_TO_STRING in PlaidCloud Lakehouse. Alias for the INET_NTOA IP address function. Includes usage and syntax details.

IPV4_STRING_TO_NUM

Learn how to use IPV4_STRING_TO_NUM in PlaidCloud Lakehouse. Alias for the INET_ATON IP address function. Includes usage and syntax details.

TRY_INET_ATON

Learn how to use the TRY_INET_ATON IP address function in PlaidCloud Lakehouse. Try_inet_aton function is used to take the dotted-quad representation of an...

TRY_INET_NTOA

Learn how to use the TRY_INET_NTOA IP address function in PlaidCloud Lakehouse. Takes an IPv4 address in network byte order and then returns the address as...

TRY_IPV4_NUM_TO_STRING

Learn how to use TRY_IPV4_NUM_TO_STRING in PlaidCloud Lakehouse. Alias for the TRY_INET_NTOA IP address function. Includes syntax and examples.

TRY_IPV4_STRING_TO_NUM

Learn how to use TRY_IPV4_STRING_TO_NUM in PlaidCloud Lakehouse. Alias for the TRY_INET_ATON IP address function. Includes syntax and examples.