mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-11 21:58:38 +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.