[][src]Struct parquet::schema::types::GroupTypeBuilder

pub struct GroupTypeBuilder<'a> { /* fields omitted */ }

A builder for group types. All attributes are optional except the name. Note that if not specified explicitly, None is used as the repetition of the group, which means it is a root (message) type.

Methods

impl<'a> GroupTypeBuilder<'a>
[src]

Creates new group type builder with provided field name.

Sets Repetition for this field and returns itself.

Sets LogicalType for this field and returns itself.

Sets a list of fields that should be child nodes of this field. Returns updated self.

Sets optional field id and returns itself.

Creates a new GroupType instance from the gathered attributes.

Auto Trait Implementations

impl<'a> !Send for GroupTypeBuilder<'a>

impl<'a> !Sync for GroupTypeBuilder<'a>

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