generate_partition_value

Function generate_partition_value 

Source
pub fn generate_partition_value<R: Rng + 'static>(
    rng: &mut R,
    column_type: &ConcreteDataType,
    bounds: &[Value],
    bound_idx: usize,
) -> Value
Expand description

Generates a partition value for the given column type and bounds.