pub trait ChunkApproxNUnique {
// Required method
fn approx_n_unique(&self) -> u32;
}
Available on crate feature
approx_unique
only.pub trait ChunkApproxNUnique {
// Required method
fn approx_n_unique(&self) -> u32;
}
approx_unique
only.