ClickHouse/src
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
..
Access Merge remote-tracking branch 'origin/master' into unfreeze-partitions 2021-03-16 10:56:24 +03:00
AggregateFunctions Merge origin/master into tmp (using imerge) 2021-03-22 23:27:18 +03:00
Client Prevent hedged connections overlaps 2021-03-20 19:05:29 +03:00
Columns return the type check 2021-03-23 01:07:04 +03:00
Common Changed the return type of DB::getCIDRMaskIPv6() 2021-03-26 12:11:34 +09:00
Compression Minor modification 2021-03-17 02:08:33 +03:00
Coordination Fix one more nasty bug 2021-03-08 11:53:52 +03:00
Core Merge pull request #21998 from Avogar/hedged-test 2021-03-23 18:18:49 +03:00
Databases Block on empty connection pool 2021-03-19 21:00:45 +00:00
DataStreams Merge pull request #21839 from kssenii/add-postgres-connection-pool 2021-03-22 19:49:51 +03:00
DataTypes Merge origin/master into tmp (using imerge) 2021-03-22 23:27:18 +03:00
Dictionaries Fix build on GCC where std::isinf() cannot be called without the namespace prefix 2021-03-26 12:11:22 +09:00
Disks Code review fixes. 2021-03-23 13:33:07 +03:00
Formats Saturation for DateTime 2021-03-15 23:40:33 +03:00
Functions Add a function isIPAddressContainedIn() 2021-03-26 12:11:35 +09:00
Interpreters Merge pull request #21550 from amosbird/shardpruningliteral 2021-03-24 13:59:34 +03:00
IO Merge branch 'write-buffer-s3-better-error-handling' of github.com:Jokser/ClickHouse into write-buffer-s3-better-error-handling 2021-03-23 13:02:57 +03:00
Parsers Merge pull request #21142 from Jokser/unfreeze-partitions 2021-03-23 14:05:38 +03:00
Processors Merge pull request #21459 from ClickHouse/refactor-actions-dag 2021-03-22 11:58:16 +03:00
Server Fix build 2021-03-23 00:21:52 +03:00
Storages Fix build on GCC where std::isinf() cannot be called without the namespace prefix 2021-03-26 12:11:22 +09:00
TableFunctions Merge pull request #21839 from kssenii/add-postgres-connection-pool 2021-03-22 19:49:51 +03:00
CMakeLists.txt Merge branch 'master' into DateTime64_extended_range 2021-03-14 12:27:17 +03:00
NOTICE
ya.make Add non working cmake 2021-01-25 17:59:10 +03:00