ClickHouse/tests/queries
PHO 26dc629366 Add a function isIPAddressContainedIn()
This function takes an IP address and a CIDR network prefix, and determines if the address is contained in the network. It supports both IPv4 and IPv6 addresses, and expects arguments to be strings.

ClickHouse doesn't support union types. We cannot use the native IPv4 and IPv6 types for this reason.
2021-03-26 12:11:35 +09:00
..
0_stateless Add a function isIPAddressContainedIn() 2021-03-26 12:11:35 +09:00
1_stateful better test 2021-03-11 18:22:24 +03:00
bugs
__init__.py
.gitignore
conftest.py
query_test.py Merge pull request #21696 from azat/stress-tests-fixes 2021-03-14 12:31:57 +03:00
server.py
shell_config.sh Add $CLICKHOUSE_TEST_ZOOKEEPER_PREFIX (for *.sh stateless tests) 2021-03-16 07:22:32 +03:00
skip_list.json Fixed tests 2021-03-21 18:10:12 +03:00