Struct parquet::data_type::FloatType[][src]

pub struct FloatType {}

Trait Implementations

impl DataType for FloatType
[src]

Returns Parquet physical type.

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

Auto Trait Implementations

impl Send for FloatType

impl Sync for FloatType