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