pub type RwPgResponseBuilder = PgResponseBuilder<PgResponseStream>;
Expand description
The PgResponseBuilder
used by RisingWave.
Aliased Type§
struct RwPgResponseBuilder { /* private fields */ }
Trait Implementations§
source§impl RwPgResponseBuilderExt for RwPgResponseBuilder
impl RwPgResponseBuilderExt for RwPgResponseBuilder
source§fn rows<T: Fields>(self, rows: impl IntoIterator<Item = T>) -> Self
fn rows<T: Fields>(self, rows: impl IntoIterator<Item = T>) -> Self
Append rows to the response.