Skip to main content

Module cache

Module cache 

Source
Expand description

This module contains the cache implementation for the Parquet reader.

Structs§

BatchID
BatchID is a unique identifier for a batch of rows, it is row id divided by the batch size.
CachedColumn
A column in the cache.
CachedFile
A file in the cache.
CachedRowGroup
A row group in the cache.
LiquidCacheParquet
The main cache structure.
ParquetArrayID
This is a unique identifier for a row in a parquet file.

Type Aliases§

CachedColumnRef
A reference to a cached column.
LiquidCacheParquetRef
A reference to the main cache structure.