mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
prepare_expression() already validates the types and computes the index of the field; no need to redo that work when evaluating the expression. The tests are adjusted to also prepare the expression. Closes #14562