Module mz_adapter::util
source · Structs
Handles responding to clients.
ClientTransmitter
with a response to send.Type identifying a sink maintained by a cluster.
Statics
Traits
A trait for errors that should halt rather than panic the process.
A helper trait for
ClientTransmitter
.Functions
Creates a description of the statement
stmt
.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.