Skip to main content

IntCursor

Type Alias IntCursor 

Source
pub type IntCursor = RleCursor<64, i64>;
Expand description

RLE cursor for signed 64-bit integer columns (i64), with a 64-item slab size.

Aliased Typeยง

pub struct IntCursor { /* private fields */ }