pub async fn build_distinct_dedup_table_from_proto<S: StateStore>(
dedup_tables: &HashMap<u32, Table>,
store: S,
vnodes: Option<Arc<Bitmap>>,
streaming_config: &StreamingConfig,
) -> HashMap<usize, StateTable<S>>
pub async fn build_distinct_dedup_table_from_proto<S: StateStore>(
dedup_tables: &HashMap<u32, Table>,
store: S,
vnodes: Option<Arc<Bitmap>>,
streaming_config: &StreamingConfig,
) -> HashMap<usize, StateTable<S>>