fn fetch_direction_count(dir: &FetchDirection) -> PgWireResult<FetchTarget>Expand description
FETCH NEXT and bare FETCH FORWARD map to a single row, matching PG.
fn fetch_direction_count(dir: &FetchDirection) -> PgWireResult<FetchTarget>FETCH NEXT and bare FETCH FORWARD map to a single row, matching PG.