pub(crate) fn parquet_row_group_time_range(
file_meta: &FileMeta,
parquet_meta: &ParquetMetaData,
row_group_idx: usize,
) -> Option<FileTimeRange>
Expand description
Gets the min/max time index of the row group from the parquet meta. It assumes the parquet is created by the mito engine.