Struct parquet::data_type::Int64Type[][src]

pub struct Int64Type {}

Trait Implementations

impl DataType for Int64Type
[src]

Returns Parquet physical type.

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

Auto Trait Implementations

impl Send for Int64Type

impl Sync for Int64Type