Skip to main content

Module row_group

Module row_group 

Source
Expand description

Parquet row group reading utilities.

Structsยง

ParquetFetchMetrics
Metrics for tracking page/row group fetch operations.
ParquetFetchMetricsData
Inner data for ParquetFetchMetrics.

Functionsยง

align_to_pooled_buf_size ๐Ÿ”’
Aligns the given size to the multiple of the pooled buffer size.
compute_total_range_size ๐Ÿ”’
Computes the max possible buffer size to read the given ranges. Returns (aligned_size, unaligned_size) where: