fn new_repeated_vector( data_type: &ConcreteDataType, value: &Value, num_rows: usize, ) -> Result<VectorRef>
Returns a vector with repeated values.