DB
FunctionsType Conversion

cast_as_inet

Casts the input value to an IP string. Supports IPv4/IPv6 text and UInt32-like numeric IPv4 input.

cast_as_inet(…) → String

Kind · scalar

Casts the input value to an IP string. Supports IPv4/IPv6 text and UInt32-like numeric IPv4 input.

Part of the Type Conversion family.