Struct parquet::data_type::Int96Type[][src]

pub struct Int96Type {}

Trait Implementations

impl DataType for Int96Type
[src]

Returns Parquet physical type.

Returns size in bytes for Rust representation of the physical type.

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

Encodes data from values.

Returns the encoding type of this encoder.

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 Decoder<Int96Type> for PlainDecoder<Int96Type>
[src]

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

Sets the data to decode to be data, which should contain num_values of values to decode. Read more

Returns the number of values left in this decoder stream.

Returns the encoding for this decoder.

Auto Trait Implementations

impl Send for Int96Type

impl Sync for Int96Type