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.
pub fn load_table_cached(
folder: &Path,
cache: &mut TableCache,
) -> Result<(Schema, Vec<Row>, Vec<ValidationError>)>Load with an optional mtime-based cache. Unchanged files are served from cache.