risingwave_frontend::handler

Type Alias RwPgResponseBuilder

source
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

source§

fn rows<T: Fields>(self, rows: impl IntoIterator<Item = T>) -> Self

Append rows to the response.