pub(crate) struct ParquetFile {
pub(crate) row_groups: Vec<RowGroup>,
pub(crate) footer: Footer,
}Fields§
§row_groups: Vec<RowGroup>Trait Implementations§
Source§impl Debug for ParquetFile
impl Debug for ParquetFile
Auto Trait Implementations§
impl Freeze for ParquetFile
impl RefUnwindSafe for ParquetFile
impl Send for ParquetFile
impl Sync for ParquetFile
impl Unpin for ParquetFile
impl UnwindSafe for ParquetFile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more