pub struct FooterTail { /* private fields */ }
Expand description
Describes how the footer metadata is stored
This is parsed from the last 8 bytes of the Parquet file
Implementations§
Sourcepub fn metadata_length(&self) -> usize
pub fn metadata_length(&self) -> usize
The length of the footer metadata in bytes
Whether the footer metadata is encrypted
Auto Trait Implementations§
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