[][src]Struct parquet::decoding::DeltaByteArrayDecoder

pub struct DeltaByteArrayDecoder<T: DataType> { /* fields omitted */ }

Delta byte array decoder. Prefix lengths are encoded using DELTA_BINARY_PACKED encoding, Suffixes are stored using DELTA_LENGTH_BYTE_ARRAY encoding. See DeltaByteArrayEncoder for more information.

Methods

impl<T: DataType> DeltaByteArrayDecoder<T>[src]

pub fn new() -> Self[src]

Creates new delta byte array decoder.

Trait Implementations

impl Decoder<ByteArrayType> for DeltaByteArrayDecoder<ByteArrayType>[src]

impl Decoder<FixedLenByteArrayType> for DeltaByteArrayDecoder<FixedLenByteArrayType>[src]

impl<'m, T: DataType> Decoder<T> for DeltaByteArrayDecoder<T>[src]

Auto Trait Implementations

impl<T> !RefUnwindSafe for DeltaByteArrayDecoder<T>

impl<T> !Send for DeltaByteArrayDecoder<T>

impl<T> !Sync for DeltaByteArrayDecoder<T>

impl<T> Unpin for DeltaByteArrayDecoder<T> where
    T: Unpin

impl<T> !UnwindSafe for DeltaByteArrayDecoder<T>

Blanket Implementations

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

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

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

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> From<T> for T[src]

impl<T> FromCast<T> for T

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

type Err = <U as TryFrom<T>>::Err

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

type Err = <U as TryFrom<T>>::Err