Expand description
Runtime counterpart to RQL’s expression/ planner module: that crate produces the representation, this one
runs it. Evaluation works on column buffers wherever possible, so the per-row interpreter cost is paid only
when an expression cannot be vectorised.