Skip to main content

Module stream_chunk

Module stream_chunk 

Source

Structs§

OpRowMutRef
A handle to one row of a StreamChunkMut that can update the row’s op and visibility in place. It holds a raw pointer instead of &mut since multiple handles to the same chunk coexist (see StreamChunkMut::to_rows_mut).
OpsMut
StreamChunk
StreamChunk is used to pass data over the streaming pathway.
StreamChunkMut
A mutable wrapper for StreamChunk. can only set the visibilities and ops in place, can not change the length.

Enums§

Op
Op represents three operations in StreamChunk.
OpsMutState 🔒

Traits§

StreamChunkTestExt
Test utilities for StreamChunk.