mz_pgwire::protocol

Type Alias GetResponse

Source
type GetResponse = fn(max_rows: ExecuteCount, total_sent_rows: usize, fetch_portal: Option<&mut Portal>) -> BackendMessage;