juji-io / datalevin

A simple, fast and versatile Datalog database
https://github.com/juji-io/datalevin
Eclipse Public License 1.0
1.07k stars 60 forks source link

Query functions similar to LIKE and IN operators in SQL #258

Closed huahaiy closed 2 weeks ago

huahaiy commented 3 weeks ago

LIKE and IN seem to be quite frequently used in SQL. These are also needed in order to port Joint Order Benchmark, which use these operators heavily.

Naively write these as query predicates are not enough, need to work with the optimizer to leverage index.

huahaiy commented 2 weeks ago

This is done.