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