pub fn from_parquet<G, PL: ProgressLog + Send>(
    graph: &G,
    dataset_path: PathBuf,
    pl: &mut PL
) -> Result<BitVec>where
    G: SwhGraph + Sync,