[][src]Struct parquet::decoding::DeltaLengthByteArrayDecoder

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

Delta length byte array decoder. Only applied to byte arrays to separate the length values and the data, the lengths are encoded using DELTA_BINARY_PACKED encoding. See DeltaLengthByteArrayEncoder for more information.

Methods

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

Creates new delta length byte array decoder.

Trait Implementations

impl<T: DataType> Decoder<T> for DeltaLengthByteArrayDecoder<T>
[src]

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

Returns the number of values left in this decoder stream.

Returns the encoding for this decoder.

Auto Trait Implementations

impl<T> !Send for DeltaLengthByteArrayDecoder<T>

impl<T> !Sync for DeltaLengthByteArrayDecoder<T>

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