mito2::read::projection

Function new_repeated_vector

Source
fn new_repeated_vector(
    data_type: &ConcreteDataType,
    value: &Value,
    num_rows: usize,
) -> Result<VectorRef>
Expand description

Returns a vector with repeated values.