Template Function trx::load_from_directory

Function Documentation

template<typename DT>
std::unique_ptr<TrxFile<DT>> trx::load_from_directory(const std::string &path)

Load a TrxFile from a folder containing memmaps.

* TrxFile representing the read data

Template Parameters:

DT

Parameters:

path – path of the zipped TrxFile

Returns:

TrxFile