Struct dbkit_engine::block::Block [] [src]

pub struct Block<'b> {
    // some fields omitted
}

A container for column data conforming to a pre-defined schema. This container is the owner of the columns (and their data)

Methods

impl<'b> Block<'b>
[src]

Grow possible row space for each column

Returns rowid of the added row

Mutable reference to column and its data.

Trait Implementations

impl<'b> View<'b> for Block<'b>
[src]

Number of rows