Struct dbkit_engine::block::AliasColumn
[−]
[src]
pub struct AliasColumn<'parent> {
// some fields omitted
}Typed Data Column that references another column
Trait Implementations
impl<'parent> RefColumn<'parent> for AliasColumn<'parent>[src]
fn attribute(&self) -> &Attribute
fn capacity(&self) -> usize
Row capacity
unsafe fn rows_ptr(&self) -> *const u8
Pointer to the beginning of the raw row data
unsafe fn nulls_ptr(&self) -> *const u8
Pointer to the beginning of the raw row data
fn rows_raw_slice(&'parent self) -> &'parent [u8]
Will panic if there's no row data
fn nulls_raw_slice(&'parent self) -> &'parent [u8]
Will panic if there's no null data