pub(crate) async fn flush_data<S: StateStore, const IS_REPLICATED: bool>(
table: &mut StateTableInner<S, BasicSerde, IS_REPLICATED>,
epoch: EpochPair,
old_state: &mut Option<Vec<Datum>>,
current_partial_state: &mut [Datum],
) -> StreamExecutorResult<()>
Expand description
Flush the data