risingwave_storage::table::batch_table::storage_table

Trait Alias PkAndRowStream

source
trait PkAndRowStream = Stream<Item = StorageResult<KeyedRow<Bytes>>> + Send;