kitedb 0.2.15

High-performance embedded graph database
Documentation
1
2
3
4
5
6
//! Row group operations
//!
//! Re-exports row group types from types.rs.
//! See [`crate::vector::types::RowGroup`] for the main row group type.

pub use crate::vector::types::RowGroup;