fn build_cursor(
selection: RowSelection,
strategy: RowSelectionStrategy,
loaded_row_ranges: Option<Arc<LoadedRowRanges>>,
) -> RowSelectionCursorExpand description
Lower a RowSelection to the cursor form requested by the resolved strategy.