pub type RwPgResponseBuilder = PgResponseBuilder<PgResponseStream>;Expand description
The [PgResponseBuilder] used by RisingWave.
Aliased Type§
pub 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.