mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
Adds a function that checks whether a given expression has eq restrction on the specified column. It finds restrictions like col = ... or (col, col2) = ... IN restrictions don't count, they aren't EQ restrictions Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>