pub fn execute_select(
table: &Table,
visible_rows: Vec<Row>,
select: &Select,
) -> Result<Vec<Row>>Expand description
Execute a kit Query::Select against the supplied visible rows.
rows must be the newest visible version of every non-deleted row in the
target table at the transaction’s read snapshot. This standalone form cannot
resolve other tables, so subqueries/joins referencing a different table fail.