Class IPv6AddressExprUtils
java.lang.Object
org.apache.druid.query.expression.IPv6AddressExprUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic inet.ipaddr.ipv6.IPv6Addressparse(byte[] bytes) static inet.ipaddr.ipv6.IPv6Addressstatic inet.ipaddr.IPAddressStringparseString(String string)
-
Constructor Details
-
IPv6AddressExprUtils
public IPv6AddressExprUtils()
-
-
Method Details
-
parse
- Returns:
- IPv6 address if the supplied string is a valid semicolon separated IPv6 Address string.
-
parseString
-
parse
@Nullable public static inet.ipaddr.ipv6.IPv6Address parse(@Nullable byte[] bytes) - Returns:
- IPv6 address from supplied array of bytes
-