Skip to main content

UIntCursor

Type Alias UIntCursor 

Source
pub type UIntCursor = RleCursor<64, u64>;
Expand description

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

Aliased Typeยง

pub struct UIntCursor { /* private fields */ }