pub fn compact_chunk_inline(
stream_chunk: StreamChunk,
pk_indices: &[usize],
ib: InconsistencyBehavior,
) -> StreamChunkExpand description
Remove unnecessary changes in the given chunk, by modifying the visibility and ops in place.
This is the same as StreamChunkCompactor::into_compacted_chunks_inline with only one chunk.