spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
988 stars 27 forks source link

Support LIKE expression #1354

Open robert3005 opened 3 days ago

robert3005 commented 3 days ago

TPCH has some LIKE expressions and we don't support it

a10y commented 3 days ago

FSST couldn't push this down but we could implement for Dict, VarBin and VarBinView.

This could make for an interesting compression strategy that factors in the kinds of compute functions you'll want to run on the encoded data.