druid/docs/content
Chi Cao Minh 7783b31846 Add IPv4 druid expressions (#8197)
* Add IPv4 druid expressions

New druid expressions for filtering IPv4 addresses:
- ipv4address_match: Check if IP address belongs to a subnet
- ipv4address_parse: Convert string IP address to long
- ipv4address_stringify: Convert long IP address to string

These expressions operate on IP addresses represented as either strings
or longs, so that they can be applied to dimensions with mixed
representation of IP addresses. The filtering is more efficient when
operating on IP addresses as longs. In other words, the intended use
case is:

1) Use ipv4address_parse to convert to long at ingestion time
2) Use ipv4address_match to filter (on longs) at query time
3) Use ipv4adress_stringify to convert to (readable) string at query
time

* Fix licenses and null handling

* Simplify IPv4 expressions

* Fix tests

* Fix check for valid ipv4 address string
2019-08-01 11:45:04 -07:00
..
comparisons Additional Apache branding doc updates (#7524) 2019-04-23 14:39:16 -07:00
configuration remove unnecessary lock in ForegroundCachePopulator leading to a lot of contention (#8116) 2019-07-23 10:57:59 -07:00
dependencies remove deprecated standalone realtime node (#7915) 2019-07-02 18:12:17 -07:00
design remove deprecated standalone realtime node (#7915) 2019-07-02 18:12:17 -07:00
development sql firehose and firehose doc adjustments (#8067) 2019-07-30 15:28:10 -07:00
ingestion Use PartitionsSpec for all task types (#8141) 2019-07-30 17:24:39 -07:00
misc Add IPv4 druid expressions (#8197) 2019-08-01 11:45:04 -07:00
operations More documentation formatting fixes (#8149) 2019-07-24 15:26:03 -07:00
querying Fix `is_realtime` column behavior in sys.segments table (#8154) 2019-07-31 22:26:49 -06:00
tutorials Spelling Error (#8206) 2019-07-31 10:43:11 -07:00
toc.md Fix references to removed performance FAQ page (#7755) 2019-05-24 11:52:40 -07:00