parquet::file::statistics::private

Trait MakeStatistics

Source
pub trait MakeStatistics {
    // Required method
    fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
       where Self: Sized;
}

Required Methods§

Source

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Implementations on Foreign Types§

Source§

impl MakeStatistics for bool

Source§

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Source§

impl MakeStatistics for f32

Source§

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Source§

impl MakeStatistics for f64

Source§

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Source§

impl MakeStatistics for i32

Source§

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Source§

impl MakeStatistics for i64

Source§

fn make_statistics(statistics: ValueStatistics<Self>) -> Statistics
where Self: Sized,

Implementors§