Struct parquet::data_type::DoubleType[][src]

pub struct DoubleType {}

Trait Implementations

impl DataType for DoubleType
[src]

Returns Parquet physical type.

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

Auto Trait Implementations

impl Send for DoubleType

impl Sync for DoubleType