pub(crate) fn build_temporary_state(
row_state: &mut [Datum],
is_finished: bool,
current_pos: &OwnedRow,
row_count: u64,
)
Expand description
We want to avoid allocating a row for every vnode. Instead we can just modify a single row, and dispatch it to state table to write. This builds the following segments of the row:
current_pos
backfill_finished
row_count