risingwave_stream::common::table::state_table

Trait Alias KeyedRowStream

source
trait KeyedRowStream<'a> = Stream<Item = StreamExecutorResult<KeyedRow<Bytes>>> + 'a;