verdict-project / verdict

Interactive-Speed Analytics: 200x Faster, 200x Fewer Cluster Resources, Approximate Query Processing
http://verdictdb.org
Apache License 2.0
248 stars 66 forks source link

Add support for REGEXP_LIKE as predicates #381

Closed dongyoungy closed 5 years ago

dongyoungy commented 5 years ago

Resolves #377.

Fix the issue where REGEXP_LIKE in WHERE clause not working correctly.

codecov-io commented 5 years ago

Codecov Report

Merging #381 into master will increase coverage by 0.1%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #381     +/-   ##
=========================================
+ Coverage   66.37%   66.46%   +0.1%     
=========================================
  Files         169      169             
  Lines       11635    11635             
  Branches     1903     1903             
=========================================
+ Hits         7721     7732     +11     
+ Misses       3406     3396     -10     
+ Partials      508      507      -1
Impacted Files Coverage Δ
...or/QueryResultAccuracyEstimatorFromDifference.java 83.17% <0%> (-0.99%) :arrow_down:
...a/org/verdictdb/jdbc41/VerdictStreamResultSet.java 9.19% <0%> (ø) :arrow_up:
.../core/scrambling/FastConvergeScramblingMethod.java 92.2% <0%> (+3.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 131897d...76edbcb. Read the comment docs.