[][src]Struct parquet::file::metadata::ParquetMetaData

pub struct ParquetMetaData { /* fields omitted */ }

Global Parquet metadata.

Methods

impl ParquetMetaData
[src]

Creates Parquet metadata from file metadata and a list of row group metadata Rcs for each available row group.

Returns file metadata as reference counted clone.

Returns number of row groups in this file.

Returns row group metadata for ith position. Position should be less than number of row groups num_row_groups.

Returns slice of row group reference counted pointers in this file.

Auto Trait Implementations

impl !Send for ParquetMetaData

impl !Sync for ParquetMetaData

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<E> SpecializationError for E
[src]

impl<T> Erased for T
[src]

impl<T> Send for T where
    T: ?Sized
[src]

impl<T> Sync for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>,