pub fn execute_fenced_range_scan<'txn, S: KVStore + 'txn>(
txn: &mut SqlTransaction<'txn, S>,
table_meta: &TableMetadata,
constraint: &StorageRangeConstraint,
) -> Result<Vec<Row>>Expand description
Executes a materialized fenced range scan for a remote worker.
This function is intentionally separate from the legacy local scan. It cannot broaden a worker into a whole-table prefix scan and checks every returned primary row key before returning it.