Re-exports§
pub use super::change_buffer::InconsistencyBehavior;
Structs§
- Stream
Chunk Compactor - A helper to remove unnecessary changes in the stream chunks based on the key.
Functions§
- compact_
chunk_ inline - Remove unnecessary changes in the given chunk, by modifying the visibility and ops in place.
This is the same as
StreamChunkCompactor::into_compacted_chunks_inlinewith only one chunk.