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

pub struct ColumnChunkMetaDataBuilder { /* fields omitted */ }

Builder for column chunk metadata.

Methods

impl ColumnChunkMetaDataBuilder
[src]

Sets list of encodings for this column chunk.

Sets optional file path for this column chunk.

Sets file offset in bytes.

Sets number of values.

Sets compression.

Sets total compressed size in bytes.

Sets total uncompressed size in bytes.

Sets data page offset in bytes.

Sets optional dictionary page ofset in bytes.

Sets optional index page offset in bytes.

Sets statistics for this column chunk.

Builds column chunk metadata.

Auto Trait Implementations

impl !Send for ColumnChunkMetaDataBuilder

impl !Sync for ColumnChunkMetaDataBuilder

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