Skip to main content

ParquetMetadataCache

Type Alias ParquetMetadataCache 

Source
pub type ParquetMetadataCache = Arc<FileMetadata>;
Expand description

Type alias for cached Parquet metadata (used by App).

Aliased Typeยง

pub struct ParquetMetadataCache { /* private fields */ }