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
pub trait MultiRowMetadata {
// Required method
fn get_num_rows(&self) -> usize;
}
Metadata
types need to implement this trait to be used with MultiRowLayout