[][src]Struct parquet::data_type::BoolType

pub struct BoolType {}

Trait Implementations

impl DataType for BoolType
[src]

impl Decoder<BoolType> for PlainDecoder<BoolType>
[src]

Returns the number of values left in this decoder stream.

Returns the encoding for this decoder.

impl Decoder<BoolType> for RleValueDecoder<BoolType>
[src]

Consumes values from this decoder and write the results to buffer. This will try to fill up buffer. Read more

Returns the number of values left in this decoder stream.

Returns the encoding for this decoder.

impl Encoder<BoolType> for PlainEncoder<BoolType>
[src]

Returns the encoding type of this encoder.

Returns an estimate of the encoded data, in bytes. Method call must be O(1). Read more

Flushes the underlying byte buffer that's being processed by this encoder, and return the immutable copy of it. This will also reset the internal state. Read more

impl Encoder<BoolType> for RleValueEncoder<BoolType>
[src]

Returns the encoding type of this encoder.

Returns an estimate of the encoded data, in bytes. Method call must be O(1). Read more

Auto Trait Implementations

impl Send for BoolType

impl Sync for BoolType

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