Struct parquet::data_type::DoubleType [−][src]
pub struct DoubleType {}Trait Implementations
impl DataType for DoubleType[src]
impl DataType for DoubleTypetype T = f64
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.
Auto Trait Implementations
impl Send for DoubleType
impl Send for DoubleTypeimpl Sync for DoubleType
impl Sync for DoubleType