risingwave_pb::meta

Type Alias PbListFragmentDistributionResponse

source
pub type PbListFragmentDistributionResponse = ListFragmentDistributionResponse;
Expand description

Aliased Type§

struct PbListFragmentDistributionResponse {
    pub distributions: Vec<FragmentDistribution>,
}

Fields§

§distributions: Vec<FragmentDistribution>