Struct parquet::data_type::FloatType [−][src]
pub struct FloatType {}Trait Implementations
impl DataType for FloatType[src]
impl DataType for FloatTypetype T = f32
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.