[][src]Function terminus_store::structure::wavelettree::build_wavelet_tree_from_logarray

pub fn build_wavelet_tree_from_logarray<FLoad: 'static + FileLoad, F: 'static + FileLoad + FileStore>(
    source: FLoad,
    destination_bits: F,
    destination_blocks: F,
    destination_sblocks: F
) -> impl Future<Item = (), Error = Error> + Send

Build a wavelet tree from a file storing a logarray.