druid/docs
Gian Merlino 3dfd7c30c0
Add REGEXP_LIKE, fix bugs in REGEXP_EXTRACT. (#9893)
* Add REGEXP_LIKE, fix empty-pattern bug in REGEXP_EXTRACT.

- Add REGEXP_LIKE function that returns a boolean, and is useful in
  WHERE clauses.
- Fix REGEXP_EXTRACT return type (should be nullable; causes incorrect
  filter elision).
- Fix REGEXP_EXTRACT behavior for empty patterns: should always match
  (previously, they threw errors).
- Improve error behavior when REGEXP_EXTRACT and REGEXP_LIKE are passed
  non-literal patterns.
- Improve documentation of REGEXP_EXTRACT.

* Changes based on PR review.

* Fix arg check.

* Important fixes!

* Add speller.

* wip

* Additional tests.

* Fix up tests.

* Add validation error tests.

* Additional tests.

* Remove useless call.
2020-06-03 14:31:37 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Querying doc refresh tutorial (#9879) 2020-05-29 14:32:21 -07:00
comparisons Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
configuration Update doc on tmp dir (java.io.tmpdir) best practice (#9910) 2020-05-26 09:37:01 -07:00
dependencies Reconcile terminology and method naming to 'used/unused segments'; Rename MetadataSegmentManager to MetadataSegmentsManager (#7306) 2020-01-27 11:24:29 -08:00
design Refresh query docs. (#9704) 2020-04-15 16:12:20 -07:00
development add some details to the build doc (#9885) 2020-05-21 12:35:54 -07:00
ingestion fix docs error: google to azure and hdfs to http (#9881) 2020-05-20 10:17:39 -07:00
misc Add REGEXP_LIKE, fix bugs in REGEXP_EXTRACT. (#9893) 2020-06-03 14:31:37 -07:00
operations Update doc on tmp dir (java.io.tmpdir) best practice (#9910) 2020-05-26 09:37:01 -07:00
querying Add REGEXP_LIKE, fix bugs in REGEXP_EXTRACT. (#9893) 2020-06-03 14:31:37 -07:00
tutorials Querying doc refresh tutorial (#9879) 2020-05-29 14:32:21 -07:00