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

pub struct RowGroupMetaData { /* fields omitted */ }

Metadata for a row group.

Methods

impl RowGroupMetaData
[src]

Returns builer for row group metadata.

Number of columns in this row group.

Returns column chunk metadata for ith column.

Returns slice of column chunk metadata Rc pointers.

Number of rows in this row group.

Total byte size of all uncompressed column data in this row group.

Returns reference to a schema descriptor.

Returns reference counted clone of schema descriptor.

Method to convert from Thrift.

Method to convert to Thrift.

Auto Trait Implementations

impl !Send for RowGroupMetaData

impl !Sync for RowGroupMetaData

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>,