pub(crate) fn mark_cdc_chunk(
offset_parse_func: &CdcOffsetParseFunc,
chunk: StreamChunk,
current_pos: &OwnedRow,
pk_in_output_indices: PkIndicesRef<'_>,
pk_order: &[OrderType],
last_cdc_offset: Option<CdcOffset>,
) -> StreamExecutorResult<StreamChunk>