Function mz_coord::coord::send_immediate_rows
source · [−]fn send_immediate_rows(rows: Vec<Row>) -> ExecuteResponseExpand 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.