risingwave_frontend::handler

Trait RwPgResponseBuilderExt

source
pub trait RwPgResponseBuilderExt {
    // Required method
    fn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self;
}

Required Methods§

source

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

Append rows to the response.

Object Safety§

This trait is not object safe.

Implementors§