Skip to main content

RawCursor

Type Alias RawCursor 

Source
pub type RawCursor = RawCursorInternal<4096>;
Expand description

A ColumnCursor for uncompressed raw byte columns.

Unlike other cursors, RawCursor stores data as-is without any RLE or delta encoding. Iteration yields one-byte [u8] slices at a time. Uses a 4096-byte slab size.

Aliased Typeยง

pub struct RawCursor { /* private fields */ }