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