MultiRowMetadata

Trait MultiRowMetadata 

Source
pub trait MultiRowMetadata {
    // Required method
    fn get_num_rows(&self) -> usize;
}
Expand description

Metadata types need to implement this trait to be used with MultiRowLayout

Required Methods§

Implementors§