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