fn send_immediate_rows(rows: Vec<Row>) -> ExecuteResponse
Expand description

Constructs an ExecuteResponse that that will send some rows to the client immediately, as opposed to asking the dataflow layer to send along the rows after some computation.