mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-28 16:26:15 +00:00
Filters matching rows by doing a table scan and evaluating the `WHERE` expression for every row. Does not use indexes, for one because they do not exist yet.