pub fn generate_partition_value<R: Rng + 'static>( rng: &mut R, column_type: &ConcreteDataType, bounds: &[Value], bound_idx: usize, ) -> Value
Generates a partition value for the given column type and bounds.