Struct parquet::data_type::Int32Type [−][src]
pub struct Int32Type {}Trait Implementations
impl DataType for Int32Type[src]
impl DataType for Int32Typetype T = i32
fn get_physical_type() -> Type[src]
fn get_physical_type() -> TypeReturns Parquet physical type.
fn get_type_size() -> usize[src]
fn get_type_size() -> usizeReturns size in bytes for Rust representation of the physical type.