risingwave_
stream
2.2.0-alpha
Keyed
RowStream
Implementors
In risingwave_
stream::
common::
table::
state_
table
risingwave_stream
::
common
::
table
::
state_table
Trait
KeyedRowStream
Copy item path
source
pub trait KeyedRowStream<'a>:
Stream
<Item =
StreamExecutorResult
<
KeyedRow
<Bytes>>> + 'a { }
Implementors
§
source
§
impl<'a, T>
KeyedRowStream
<'a> for T
where T:
Stream
<Item =
StreamExecutorResult
<
KeyedRow
<Bytes>>> + 'a,