Struct parquet::data_type::Int32Type[][src]

pub struct Int32Type {}

Trait Implementations

impl DataType for Int32Type
[src]

Returns Parquet physical type.

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

Auto Trait Implementations

impl Send for Int32Type

impl Sync for Int32Type