Skip to main content

build_cursor

Function build_cursor 

Source
fn build_cursor(
    selection: RowSelection,
    strategy: RowSelectionStrategy,
    loaded_row_ranges: Option<Arc<LoadedRowRanges>>,
) -> RowSelectionCursor
Expand description

Lower a RowSelection to the cursor form requested by the resolved strategy.