risingwave_meta::stream::stream_graph::id

Trait GlobalFragmentIdsExt

source
pub(super) trait GlobalFragmentIdsExt
where Self: AsRef<[GlobalId<{ IdCategory::Actor }>]>,
{ // Required method fn as_global_ids(&self) -> Vec<u32>; }
Expand description

Extension for converting a slice of GlobalActorId to a vector of global IDs.

Required Methods§

Implementors§

source§

impl<A: AsRef<[GlobalId<{ IdCategory::Actor }>]>> GlobalFragmentIdsExt for A