Best data type for ip's and concat_ws retrun type

Please let me know which is the best data type to store below values.

1)IPV4 and IPV6 ips

2)By clubbing multiple columns we are writing comma separate values of each filed. which the best data type by the comma separate value return by the concat_ws return data type.

Note:-I am storing thes values in a column-store data types. The data types which you suggest will give good compression and performance while writing.