mito2::read::projection

Function repeated_vector_with_cache

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

Gets a vector with repeated values from specific cache or creates a new one.