Skip to main content

load_table_cached

Function load_table_cached 

Source
pub fn load_table_cached(
    folder: &Path,
    cache: &mut TableCache,
) -> Result<(Schema, Vec<Row>, Vec<ValidationError>)>
Expand description

Load with an optional mtime-based cache. Unchanged files are served from cache.