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