Struct dbkit_engine::block::Column [] [src]

pub struct Column<'alloc> {
    // some fields omitted
}

Typed Data Column. Contains a vector of column rows, and optionally a nul vector.

Knows its capacity but not size, has no concept of current. Those properties are fulfilled by it's parent container (types such as Block).

Methods

impl<'alloc> Column<'alloc>
[src]

Change the capacity of the Column

Trait Implementations

impl<'alloc> RefColumn<'alloc> for Column<'alloc>
[src]

Row capacity

Pointer to the beginning of the raw row data

Pointer to the beginning of the raw row data

Will panic if there's no row data

Will panic if there's no null data