Function smartnoise_runtime::components::histogram::histogram[][src]

pub fn histogram<T: Clone + Eq + Ord + Hash>(
    data: &ArrayD<T>,
    categories: &ArrayD<T>
) -> Result<ArrayD<Integer>>