pub fn read_single_column(
    f: impl Read + Seek,
    rg_meta: &RowGroupMetaData,
    field_meta: Field
) -> Result<Arc<dyn Array>>