Skip to main content

rows_response

Function rows_response 

Source
pub(super) fn rows_response(
    rows: Vec<(Row, NonZeroI64)>,
    order_by: &[ColumnOrder],
) -> PeekResponse
Expand description

Builds the peek’s answer out of the rows a completed walk produced, sorted by order_by.